Skip to content

Commit 852984d

Browse files
committed
Resolved #31, Update PHPDoc
1 parent ce22462 commit 852984d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PdoWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public static function getPDO($dsn = [])
237237
*/
238238
public function result($row = 0)
239239
{
240-
return (is_array($this->results) AND isset($this->results[$row])) ? $this->results[$row] : false;
240+
return (is_array($this->results) and isset($this->results[$row])) ? $this->results[$row] : false;
241241
}
242242

243243
/**

0 commit comments

Comments
 (0)