Completed
Push — develop ( 5c2bf4...eb0c60 )
by Mike
03:22
created
unit/phpDocumentor/Reflection/Php/Factory/GlobalConstantIteratorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use PhpParser\Node\Const_;
19 19
 use PhpParser\Node\Expr\Variable;
20 20
 use PhpParser\Node\Stmt\Const_ as ConstStatement;
21
-use PHPUnit\Framework\TestCase;
22 21
 
23 22
 /**
24 23
  * Class PropertyIteratorTest
Please login to merge, or discard this patch.
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.