We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce22462 commit 852984dCopy full SHA for 852984d
1 file changed
src/PdoWrapper.php
@@ -237,7 +237,7 @@ public static function getPDO($dsn = [])
237
*/
238
public function result($row = 0)
239
{
240
- return (is_array($this->results) AND isset($this->results[$row])) ? $this->results[$row] : false;
+ return (is_array($this->results) and isset($this->results[$row])) ? $this->results[$row] : false;
241
}
242
243
/**
0 commit comments