Passed
Branch master (120cf8)
by Wouter
02:10
created
src/FacebookCakeSessionPersistentDataHandler.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -13,13 +13,13 @@
 block discarded – undo
13 13
     protected $sessionPrefix = null;
14 14
     
15 15
     /**
16
-    * Init the session handler
17
-    *
18
-    * @param boolean $enableSessionCheck
19
-    * @param string  $sessionPrefix
20
-    *
21
-    * @throws FacebookSDKException
22
-    */
16
+     * Init the session handler
17
+     *
18
+     * @param boolean $enableSessionCheck
19
+     * @param string  $sessionPrefix
20
+     *
21
+     * @throws FacebookSDKException
22
+     */
23 23
     public function __construct($enableSessionCheck = true, $sessionPrefix = 'Facebook.php-graph-sdk') {
24 24
 
25 25
         # CakeSession::start() will determine if Session has been started. 
Please login to merge, or discard this patch.