Passed
Push — main ( 0f5d47...9a2714 )
by BRUNO
02:00
created
src/Crud.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
      * @param string $where
135 135
      * @return bool|null
136 136
      */
137
-    public function updateObject(object $object, string $where){
137
+    public function updateObject(object $object, string $where) {
138 138
         $args = [];
139 139
         $params = [];
140 140
         foreach ($object as $chave => $valor) {
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
     /**
207 207
      * @return string|null
208 208
      */
209
-    public function getLogSQL():?string
209
+    public function getLogSQL(): ?string
210 210
     {
211 211
         return $this->logSQL;
212 212
     }
Please login to merge, or discard this patch.