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
042a4e41
Commit
042a4e41
authored
Jun 15, 2007
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes #346
parent
2685cf23
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
AdjacencyList.php
lib/Doctrine/Node/AdjacencyList.php
+1
-1
LevelOrderIterator.php
lib/Doctrine/Node/AdjacencyList/LevelOrderIterator.php
+1
-1
PostOrderIterator.php
lib/Doctrine/Node/AdjacencyList/PostOrderIterator.php
+1
-1
PreOrderIterator.php
lib/Doctrine/Node/AdjacencyList/PreOrderIterator.php
+1
-1
MaterializedPath.php
lib/Doctrine/Node/MaterializedPath.php
+1
-1
AdjacencyList.php
lib/Doctrine/Tree/AdjacencyList.php
+1
-1
MaterializedPath.php
lib/Doctrine/Tree/MaterializedPath.php
+1
-1
No files found.
lib/Doctrine/Node/AdjacencyList.php
View file @
042a4e41
...
...
@@ -29,6 +29,6 @@
* @version $Revision$
* @author Joe Simms <joe.simms@websites4.com>
*/
class
Doctrine_Node_AdjacencyList
extends
Doctrine_Node
implements
Doctrine_Node_Interface
abstract
class
Doctrine_Node_AdjacencyList
extends
Doctrine_Node
implements
Doctrine_Node_Interface
{}
lib/Doctrine/Node/AdjacencyList/LevelOrderIterator.php
View file @
042a4e41
...
...
@@ -29,5 +29,5 @@
* @version $Revision$
* @author Joe Simms <joe.simms@websites4.com>
*/
class
Doctrine_Node_AdjacencyList_LevelOrderIterator
implements
Iterator
abstract
class
Doctrine_Node_AdjacencyList_LevelOrderIterator
implements
Iterator
{}
lib/Doctrine/Node/AdjacencyList/PostOrderIterator.php
View file @
042a4e41
...
...
@@ -29,5 +29,5 @@
* @version $Revision$
* @author Joe Simms <joe.simms@websites4.com>
*/
class
Doctrine_Node_AdjacencyList_PostOrderIterator
implements
Iterator
abstract
class
Doctrine_Node_AdjacencyList_PostOrderIterator
implements
Iterator
{}
lib/Doctrine/Node/AdjacencyList/PreOrderIterator.php
View file @
042a4e41
...
...
@@ -29,5 +29,5 @@
* @version $Revision$
* @author Joe Simms <joe.simms@websites4.com>
*/
class
Doctrine_Node_AdjacencyList_PreOrderIterator
implements
Iterator
abstract
class
Doctrine_Node_AdjacencyList_PreOrderIterator
implements
Iterator
{}
lib/Doctrine/Node/MaterializedPath.php
View file @
042a4e41
...
...
@@ -29,6 +29,6 @@
* @version $Revision$
* @author Joe Simms <joe.simms@websites4.com>
*/
class
Doctrine_Node_MaterializedPath
extends
Doctrine_Node
implements
Doctrine_Node_Interface
abstract
class
Doctrine_Node_MaterializedPath
extends
Doctrine_Node
implements
Doctrine_Node_Interface
{}
lib/Doctrine/Tree/AdjacencyList.php
View file @
042a4e41
...
...
@@ -29,5 +29,5 @@
* @version $Revision$
* @author Joe Simms <joe.simms@websites4.com>
*/
class
Doctrine_Tree_AdjacencyList
extends
Doctrine_Tree
implements
Doctrine_Tree_Interface
abstract
class
Doctrine_Tree_AdjacencyList
extends
Doctrine_Tree
implements
Doctrine_Tree_Interface
{}
lib/Doctrine/Tree/MaterializedPath.php
View file @
042a4e41
...
...
@@ -29,5 +29,5 @@
* @version $Revision$
* @author Joe Simms <joe.simms@websites4.com>
*/
class
Doctrine_Tree_MaterializedPath
extends
Doctrine_Tree
implements
Doctrine_Tree_Interface
abstract
class
Doctrine_Tree_MaterializedPath
extends
Doctrine_Tree
implements
Doctrine_Tree_Interface
{}
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