Passed
Push — master ( 77c2fd...9d7a30 )
by Mathieu
07:43
created
src/Charcoal/User/AuthToken.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -246,10 +246,10 @@
 block discarded – undo
246 246
         return $this;
247 247
     }
248 248
 
249
-     /**
250
-      * StorableTrait > preSave(): Called automatically before saving the object to source.
251
-      * @return boolean
252
-      */
249
+        /**
250
+         * StorableTrait > preSave(): Called automatically before saving the object to source.
251
+         * @return boolean
252
+         */
253 253
     public function preSave()
254 254
     {
255 255
         parent::preSave();
Please login to merge, or discard this patch.
src/Charcoal/User/AuthAwareTrait.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -103,11 +103,11 @@
 block discarded – undo
103 103
         return $this->authorizer;
104 104
     }
105 105
 
106
-     /**
107
-      * @param string[]|string|null $permissions The list of required permissions.
108
-      * @throws InvalidArgumentException If the permissions are not an array or a comma-separated string.
109
-      * @return AuthAwareTrait Chainable
110
-      */
106
+        /**
107
+         * @param string[]|string|null $permissions The list of required permissions.
108
+         * @throws InvalidArgumentException If the permissions are not an array or a comma-separated string.
109
+         * @return AuthAwareTrait Chainable
110
+         */
111 111
     protected function setRequiredAclPermissions($permissions)
112 112
     {
113 113
         if ($permissions === null || !$permissions) {
Please login to merge, or discard this patch.