@@ -89,7 +89,7 @@ |
||
| 89 | 89 | { |
| 90 | 90 | $parts = explode(self::$separator, $objectId); |
| 91 | 91 | |
| 92 | - if (! is_array($parts) || count($parts) < 2) { |
|
| 92 | + if ( ! is_array($parts) || count($parts) < 2) { |
|
| 93 | 93 | throw new ShouldReimportSearchableException('ObjectID seems invalid. You may need to |
| 94 | 94 | re-import your data using the `scout-reimport` Artisan command.'); |
| 95 | 95 | } |