Skip to content

Commit be69d1d

Browse files
committed
typo
1 parent 3ce7eb9 commit be69d1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Database/DriverException.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class DriverException extends \PDOException
1818

1919

2020
/**
21-
* @returns self
21+
* @return self
2222
*/
2323
public static function from(\PDOException $src)
2424
{
@@ -36,7 +36,7 @@ public static function from(\PDOException $src)
3636

3737

3838
/**
39-
* @returns int|string|NULL Driver-specific error code
39+
* @return int|string|NULL Driver-specific error code
4040
*/
4141
public function getDriverCode()
4242
{
@@ -45,7 +45,7 @@ public function getDriverCode()
4545

4646

4747
/**
48-
* @returns string|NULL SQLSTATE error code
48+
* @return string|NULL SQLSTATE error code
4949
*/
5050
public function getSqlState()
5151
{
@@ -54,7 +54,7 @@ public function getSqlState()
5454

5555

5656
/**
57-
* @returns string|NULL SQL command
57+
* @return string|NULL SQL command
5858
*/
5959
public function getQueryString()
6060
{

0 commit comments

Comments
 (0)