Passed
Push — main ( b51950...376464 )
by BRUNO
02:00
created
example/ExampleDao.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 
15 15
     public function findName(): array {
16 16
         $this->selectBuilder()
17
-            ->where("NOME=?",["Joao"])
17
+            ->where("NOME=?", ["Joao"])
18 18
             ->orderBy("NOME")
19 19
             ->executeQuery()
20 20
             ->fetchArrayAssoc();
Please login to merge, or discard this patch.