@@ -63,7 +63,7 @@ |
||
| 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 | } |