Skip to content

Commit 235d66b

Browse files
Tybazethirsch
andauthored
Coding Style
Co-authored-by: Thomas <th@it-solutions-hirsch.de>
1 parent 1cd6a20 commit 235d66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/sfDoctrinePlugin/lib/test/sfTesterDoctrine.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function check($model, $query, $value = true)
6565
}
6666

6767
$operator = '=';
68-
if (strlen($condition) && '!' == substr($condition,0,1))
68+
if (strlen($condition) && '!' == substr($condition, 0, 1))
6969
{
7070
$operator = false !== strpos($condition, '%') ? 'NOT LIKE' : '!=';
7171
$condition = substr($condition, 1);

0 commit comments

Comments
 (0)