Skip to content

Commit 0aeab4d

Browse files
Make @var occurrences consistent
1 parent b8f3d5a commit 0aeab4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/validresource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/** @var $loader \Symfony\Component\Routing\Loader\PhpFileLoader */
3+
/** @var \Symfony\Component\Routing\Loader\PhpFileLoader $loader */
44
/** @var \Symfony\Component\Routing\RouteCollection $collection */
55
$collection = $loader->import('validpattern.php');
66
$collection->addDefaults([

0 commit comments

Comments
 (0)