Passed
Branch v1.6.0 (c77ef3)
by Wanderson
01:54
created
www/vendor/Win/Repositories/Database/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -322,7 +322,7 @@
 block discarded – undo
322 322
 	 * @example if('name', 'John')
323 323
 	 * @example if('name = ? OR email = ?', 'John', 'email')
324 324
 	 */
325
-	public function if($comparator, ...$values)
325
+	public function if ($comparator, ...$values)
326 326
 	{
327 327
 		$this->sql->addWhere($comparator, $values);
328 328
 
Please login to merge, or discard this patch.