Passed
Push — master ( 40ce26...965fb6 )
by Arthur
22:04
created
src/Foundation/Policies/OwnershipPolicy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      * @param $ability
101 101
      *
102 102
      * @return bool|null
103
-    */
103
+     */
104 104
     public function before($user, $ability)
105 105
     {
106 106
         if ($user->isAdmin()) {
Please login to merge, or discard this patch.