File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1368,7 +1368,7 @@ public function testNormalizerCanAccessOtherOptions()
1368
1368
$ this ->resolver ->setDefault ('norm ' , 'baz ' );
1369
1369
1370
1370
$ this ->resolver ->setNormalizer ('norm ' , function (Options $ options ) {
1371
- /* @var TestCase $test */
1371
+ /** @var TestCase $test */
1372
1372
Assert::assertSame ('bar ' , $ options ['default ' ]);
1373
1373
1374
1374
return 'normalized ' ;
@@ -1386,7 +1386,7 @@ public function testNormalizerCanAccessLazyOptions()
1386
1386
$ this ->resolver ->setDefault ('norm ' , 'baz ' );
1387
1387
1388
1388
$ this ->resolver ->setNormalizer ('norm ' , function (Options $ options ) {
1389
- /* @var TestCase $test */
1389
+ /** @var TestCase $test */
1390
1390
Assert::assertEquals ('bar ' , $ options ['lazy ' ]);
1391
1391
1392
1392
return 'normalized ' ;
You can’t perform that action at this time.
0 commit comments