Completed
Pull Request — master (#164)
by
unknown
120:46 queued 117:12
created
src/Settings/SettingAttribute/UnsearcheableAttribute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      */
58 58
     public static function exist(string $key, $value, array $searchableAttributes): array
59 59
     {
60
-        if (! is_object($value) && ! is_array($value) &&
60
+        if ( ! is_object($value) && ! is_array($value) &&
61 61
             ! Str::is(self::$unsearchableAttributesKeys, $key) &&
62 62
             ! Str::is(self::$unsearchableAttributesValues, $value)) {
63 63
             $searchableAttributes[] = $key;
Please login to merge, or discard this patch.