Skip to content

Commit b9d0ba5

Browse files
staabmclxmstaab
andauthored
fix typos (#170)
Co-authored-by: Markus Staab <[email protected]>
1 parent ee11533 commit b9d0ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/data/unresolvable-query-in-function.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ class Foo
88
{
99
public function mixedParam(DbCredentials $dbCredentials, $mixed)
1010
{
11-
\Deployer\runMysqlQuery('SELECT email adaid WHERE gesperrt freigabe1u1 FROM ada gesperrt='.$mixed, $dbCredentials);
11+
\Deployer\runMysqlQuery('SELECT adaid FROM ada WHERE gesperrt='.$mixed, $dbCredentials);
1212
}
1313

1414
public function mixedParam2(DbCredentials $dbCredentials, $mixed)
1515
{
16-
$query = 'SELECT email adaid WHERE gesperrt freigabe1u1 FROM ada gesperrt='.$mixed;
16+
$query = 'SELECT adaid FROM ada WHERE gesperrt='.$mixed;
1717
\Deployer\runMysqlQuery($query, $dbCredentials);
1818
}
1919

0 commit comments

Comments
 (0)