@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | */ |
| 77 | 77 | public function hasIndex() |
| 78 | 78 | { |
| 79 | - return null !== $this->getIndex() && '' !== $this->getIndex(); |
|
| 79 | + return null !== $this->getIndex() && '' !== $this->getIndex(); |
|
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | /** |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | */ |
| 110 | 110 | public function hasType() |
| 111 | 111 | { |
| 112 | - return null !== $this->getType() && '' !== $this->getType(); |
|
| 112 | + return null !== $this->getType() && '' !== $this->getType(); |
|
| 113 | 113 | } |
| 114 | 114 | |
| 115 | 115 | /** |