Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
54b04e33
Unverified
Commit
54b04e33
authored
Jun 29, 2020
by
Sergei Morozov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix reference to the class recommended instead of PDOException
parent
dacd4baa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
PDOException.php
lib/Doctrine/DBAL/Driver/PDOException.php
+2
-0
phpcs.xml.dist
phpcs.xml.dist
+1
-0
No files found.
lib/Doctrine/DBAL/Driver/PDOException.php
View file @
54b04e33
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
namespace
Doctrine\DBAL\Driver
;
namespace
Doctrine\DBAL\Driver
;
use
Doctrine\DBAL\Driver\PDO\Exception
;
/**
/**
* @deprecated Use {@link Exception} instead
* @deprecated Use {@link Exception} instead
*
*
...
...
phpcs.xml.dist
View file @
54b04e33
...
@@ -103,6 +103,7 @@
...
@@ -103,6 +103,7 @@
<!-- See https://github.com/slevomat/coding-standard/issues/770 -->
<!-- See https://github.com/slevomat/coding-standard/issues/770 -->
<rule
ref=
"SlevomatCodingStandard.Namespaces.UnusedUses"
>
<rule
ref=
"SlevomatCodingStandard.Namespaces.UnusedUses"
>
<exclude-pattern>
lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
</exclude-pattern>
<exclude-pattern>
lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
</exclude-pattern>
<exclude-pattern>
lib/Doctrine/DBAL/Driver/PDOException.php
</exclude-pattern>
</rule>
</rule>
<!-- see https://github.com/doctrine/dbal/issues/3377 -->
<!-- see https://github.com/doctrine/dbal/issues/3377 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment