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
ee7ce1a7
Commit
ee7ce1a7
authored
Apr 29, 2014
by
Marco Pivetta
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #578 from JeroenDeDauw/typedoc
Improve type docs in ColumnDiff
parents
8d835fa3
ae35dc8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
ColumnDiff.php
lib/Doctrine/DBAL/Schema/ColumnDiff.php
+7
-7
No files found.
lib/Doctrine/DBAL/Schema/ColumnDiff.php
View file @
ee7ce1a7
...
@@ -34,7 +34,7 @@ class ColumnDiff
...
@@ -34,7 +34,7 @@ class ColumnDiff
public
$oldColumnName
;
public
$oldColumnName
;
/**
/**
* @var
\Doctrine\DBAL\Schema\
Column
* @var Column
*/
*/
public
$column
;
public
$column
;
...
@@ -44,15 +44,15 @@ class ColumnDiff
...
@@ -44,15 +44,15 @@ class ColumnDiff
public
$changedProperties
=
array
();
public
$changedProperties
=
array
();
/**
/**
* @var
\Doctrine\DBAL\Schema\
Column
* @var Column
*/
*/
public
$fromColumn
;
public
$fromColumn
;
/**
/**
* @param string
$oldColumnName
* @param string $oldColumnName
* @param
\Doctrine\DBAL\Schema\Column
$column
* @param
Column
$column
* @param
array
$changedProperties
* @param
string[]
$changedProperties
* @param
\Doctrine\DBAL\Schema\Column
$fromColumn
* @param
Column
$fromColumn
*/
*/
public
function
__construct
(
$oldColumnName
,
Column
$column
,
array
$changedProperties
=
array
(),
Column
$fromColumn
=
null
)
public
function
__construct
(
$oldColumnName
,
Column
$column
,
array
$changedProperties
=
array
(),
Column
$fromColumn
=
null
)
{
{
...
@@ -73,7 +73,7 @@ class ColumnDiff
...
@@ -73,7 +73,7 @@ class ColumnDiff
}
}
/**
/**
* @return
\Doctrine\DBAL\Schema\
Identifier
* @return Identifier
*/
*/
public
function
getOldColumnName
()
public
function
getOldColumnName
()
{
{
...
...
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