Passed
Push — master ( c2603d...8d65d4 )
by guilherme
01:58
created
database/Read.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -159,8 +159,8 @@
 block discarded – undo
159 159
             $this->read->execute($this->statement);
160 160
             $this->rows = $this->read->rowCount();
161 161
             return $this->result = $this->read->fetchAll(\PDO::FETCH_OBJ);
162
-        } catch (\PDOException $e) {
163
-            echo $e->getMessage() . " in " . $e->getFile();
162
+        }catch (\PDOException $e) {
163
+            echo $e->getMessage()." in ".$e->getFile();
164 164
         }
165 165
 
166 166
         return $this;
Please login to merge, or discard this patch.