Passed
Branch v1.5.1 (4f5540)
by Wanderson
05:07
created
www/vendor/Win/Repositories/Database/Orm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
 	 */
125 125
 	public function destroy($id)
126 126
 	{
127
-		$query = $this->query->build(Builder::DELETE);;
127
+		$query = $this->query->build(Builder::DELETE); ;
128 128
 		$this->filterBy(static::PK, $id);
129 129
 
130 130
 		$this->conn->query($query, $query->getValues());
Please login to merge, or discard this patch.