From 7041817e1e092f79727fe238be184f92c26b7e02 Mon Sep 17 00:00:00 2001 From: Frandi1313 Date: Thu, 16 Oct 2014 23:18:29 +0200 Subject: [PATCH] In modest my opinion this should be ' : ' instead of ' , ' [skip ci] --- docs/guide/runtime-sessions-cookies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/runtime-sessions-cookies.md b/docs/guide/runtime-sessions-cookies.md index 031b7e36ea..d5fa4bbc80 100644 --- a/docs/guide/runtime-sessions-cookies.md +++ b/docs/guide/runtime-sessions-cookies.md @@ -208,7 +208,7 @@ Like regular session data, you can store arbitrary data as flash data. When you call [[yii\web\Session::setFlash()]], it will overwrite any existing flash data that has the same name. To append new flash data to the existing one(s) of the same name, you may call [[yii\web\Session::addFlash()]] instead. -For example, +For example: ```php $session = Yii::$app->session;