Completed
Pull Request — master (#89)
by
unknown
02:45
created
src/ReflectionProperty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         Property $propertyType = null,
61 61
         PropertyProperty $propertyNode = null
62 62
     ) {
63
-        $this->className    = is_object($className) ? get_class($className) : ltrim($className, '\\');
63
+        $this->className = is_object($className) ? get_class($className) : ltrim($className, '\\');
64 64
 
65 65
         if (!$propertyType || !$propertyNode) {
66 66
             list ($propertyType, $propertyNode) = ReflectionEngine::parseClassProperty($className, $propertyName);
Please login to merge, or discard this patch.