Passed
Push — master ( 59d671...e19d13 )
by Alexandros
01:54
created
src/Properties/PropertyCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     public function getColumnOfProperty(PropertyInterface $property) : int
64 64
     {
65 65
         if ($this->getProperties()->contains($property)) {
66
-            return $this->getProperties()->indexOf($property) +1;
66
+            return $this->getProperties()->indexOf($property) + 1;
67 67
         }
68 68
         throw new PropertyException("The specified property is not a part of the collection");
69 69
     }
Please login to merge, or discard this patch.