Failed Conditions
Branch master (436403)
by Sherif
31s
created
Modules/Core/Console/Commands/Stubs/Module/Http/Resources/DummyResource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public function toArray($request)
17 17
     {
18
-        if (! $this->resource) {
18
+        if (!$this->resource) {
19 19
             return [];
20 20
         }
21 21
 
Please login to merge, or discard this patch.
src/Modules/Roles/Http/Resources/Role.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public function toArray($request)
17 17
     {
18
-        if (! $this->resource) {
18
+        if (!$this->resource) {
19 19
             return [];
20 20
         }
21 21
 
Please login to merge, or discard this patch.
src/Modules/Permissions/Http/Resources/Permission.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public function toArray($request)
17 17
     {
18
-        if (! $this->resource) {
18
+        if (!$this->resource) {
19 19
             return [];
20 20
         }
21 21
 
Please login to merge, or discard this patch.