File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,9 @@ public function addExpressionLanguageProvider(ExpressionFunctionProviderInterfac
355
355
356
356
/**
357
357
* This method is public because it needs to be callable from a closure in PHP 5.3. It should be converted back to protected in 3.0.
358
+ *
358
359
* @internal
360
+ *
359
361
* @return GeneratorDumperInterface
360
362
*/
361
363
public function getGeneratorDumperInstance ()
@@ -365,7 +367,9 @@ public function getGeneratorDumperInstance()
365
367
366
368
/**
367
369
* This method is public because it needs to be callable from a closure in PHP 5.3. It should be converted back to protected in 3.0.
370
+ *
368
371
* @internal
372
+ *
369
373
* @return MatcherDumperInterface
370
374
*/
371
375
public function getMatcherDumperInstance ()
Original file line number Diff line number Diff line change @@ -152,14 +152,14 @@ public function testClassRouteLoad()
152
152
$ classRouteData = array (
153
153
'path ' => '/prefix ' ,
154
154
'schemes ' => array ('https ' ),
155
- 'methods ' => array ('GET ' )
155
+ 'methods ' => array ('GET ' ),
156
156
);
157
157
158
158
$ methodRouteData = array (
159
159
'name ' => 'route1 ' ,
160
160
'path ' => '/path ' ,
161
161
'schemes ' => array ('http ' ),
162
- 'methods ' => array ('POST ' , 'PUT ' )
162
+ 'methods ' => array ('POST ' , 'PUT ' ),
163
163
);
164
164
165
165
$ this ->reader
You can’t perform that action at this time.
0 commit comments