Completed
Pull Request — develop (#91)
by Mike
10:26
created
src/phpDocumentor/Reflection/Php/Factory/AbstractFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 
15 15
     public function create($object, StrategyContainer $strategies, Context $context = null)
16 16
     {
17
-        if (! $this->matches($object)) {
17
+        if (!$this->matches($object)) {
18 18
             throw new \InvalidArgumentException(
19 19
                 sprintf('%s cannot handle objects with the type %s',
20 20
                     __CLASS__,
Please login to merge, or discard this patch.