Skip to content

Commit 86b070b

Browse files
Merge branch '2.7' into 2.8
* 2.7: [Intl] Make intl-data tests pass and save language aliases again Remove useless docblocks
2 parents e6738f7 + d00a330 commit 86b070b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Loader/PhpFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function supports($resource, $type = null)
5555
* Safe include. Used for scope isolation.
5656
*
5757
* @param string $file File to include
58-
* @param PhpFileLoader $loader the loader variable is exposed to the included file below
58+
* @param PhpFileLoader $loader The loader variable is exposed to the included file below
5959
*
6060
* @return RouteCollection
6161
*/

Matcher/Dumper/DumperRoute.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,7 @@
2222
*/
2323
class DumperRoute
2424
{
25-
/**
26-
* @var string
27-
*/
2825
private $name;
29-
30-
/**
31-
* @var Route
32-
*/
3326
private $route;
3427

3528
/**

0 commit comments

Comments
 (0)