Completed
Push — develop ( 5c2bf4...eb0c60 )
by Mike
03:22
created
src/phpDocumentor/Reflection/Php/Factory/GlobalConstantIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      */
55 55
     public function getName() : string
56 56
     {
57
-        return (string) $this->constant->consts[$this->index]->name;
57
+        return (string)$this->constant->consts[$this->index]->name;
58 58
     }
59 59
 
60 60
     /**
Please login to merge, or discard this patch.