Passed
Push — dbal ( a4ab32...59fa40 )
by Greg
06:02
created
app/DB/QueryBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      *
38 38
      * @return $this
39 39
      */
40
-    public function whereIn(array|QueryBuilder $expression): self
40
+    public function whereIn(array | QueryBuilder $expression): self
41 41
     {
42 42
 
43 43
     }
Please login to merge, or discard this patch.