File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments