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
e8209e08
Unverified
Commit
e8209e08
authored
Dec 07, 2017
by
Grégoire Paris
Committed by
Grégoire Paris
Dec 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use abstract wording
People do not need to know that this will be implemented as an exception.
parent
9213360f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Column.php
lib/Doctrine/DBAL/Schema/Column.php
+1
-1
ColumnTest.php
tests/Doctrine/Tests/DBAL/Schema/ColumnTest.php
+1
-1
No files found.
lib/Doctrine/DBAL/Schema/Column.php
View file @
e8209e08
...
...
@@ -122,7 +122,7 @@ class Column extends AbstractAsset
// next major: throw an exception
@
trigger_error
(
sprintf
(
'The "%s" option is not supported,'
.
' setting it is deprecated and will cause an e
xception
in 3.0'
,
' setting it is deprecated and will cause an e
rror
in 3.0'
,
$name
),
E_USER_DEPRECATED
);
...
...
tests/Doctrine/Tests/DBAL/Schema/ColumnTest.php
View file @
e8209e08
...
...
@@ -58,7 +58,7 @@ class ColumnTest extends \PHPUnit\Framework\TestCase
/**
* @group legacy
* @expectedDeprecation The "unknown_option" option is not supported, setting it is deprecated and will cause an e
xception
in 3.0
* @expectedDeprecation The "unknown_option" option is not supported, setting it is deprecated and will cause an e
rror
in 3.0
*/
public
function
testSettingUnknownOptionIsStillSupported
()
:
void
{
...
...
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