Skip to content

Commit 08a4156

Browse files
Merge branch '3.4' into 4.0
* 3.4: PHP CS Fixer: clean up repo and adjust config use interface_exists instead of class_exists [DX] [DI] Improve exception for invalid setter injection arguments Dumper shouldn't use html format for phpdbg [Validator] Fix access to root object when using composite constraint
2 parents 97d2a9f + 2f715df commit 08a4156

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Route.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ class Route implements \Serializable
3434
private $compiled;
3535

3636
/**
37+
* Constructor.
38+
*
3739
* Available options:
3840
*
3941
* * compiler_class: A class name able to compile this route instance (RouteCompiler by default)

0 commit comments

Comments
 (0)