Passed
Push — master ( 855ec7...3048d7 )
by Nuno
04:19
created
src/Searchable/ObjectIdEncrypter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.