Completed
Push — master ( 7a75ee...34069d )
by Orkhan
03:38 queued 02:13
created
src/Resources/Resource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function __get(string $name)
32 32
     {
33
-        if (! isset($this->properties[$name])) {
33
+        if (!isset($this->properties[$name])) {
34 34
             throw new ResourcePropertyNotFoundException($name);
35 35
         }
36 36
 
Please login to merge, or discard this patch.