@@ -83,7 +83,7 @@ |
||
| 83 | 83 | */ |
| 84 | 84 | public function store($entity) |
| 85 | 85 | { |
| 86 | - if ( !($entity instanceOf $this->entityPrototype) ) { |
|
| 86 | + if (!($entity instanceOf $this->entityPrototype)) { |
|
| 87 | 87 | throw new \InvalidArgumentException(sprintf( |
| 88 | 88 | 'Entity must be of type %s but recieved %s instead', |
| 89 | 89 | get_class($this->entityPrototype), |