Completed
Pull Request — master (#31)
by Vladimir
02:41
created
src/Object/JailObject.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
             return $this->object->$name;
89 89
         }
90 90
 
91
-        return NULL;
91
+        return null;
92 92
     }
93 93
 
94 94
     public function coreInstanceOf ($class)
Please login to merge, or discard this patch.