Skip to content

Commit 9d1213e

Browse files
committed
[Routing] fix phpDoc
using inheritdoc where possible and removing api tag when parent interface has one
1 parent 7acb329 commit 9d1213e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Loader/DelegatingLoader.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,7 @@ public function load($resource, $type = null)
5353
}
5454

5555
/**
56-
* Returns true if this class supports the given resource.
57-
*
58-
* @param mixed $resource A resource
59-
* @param string $type The resource type
60-
*
61-
* @return Boolean true if this class supports the given resource, false otherwise
56+
* {@inheritdoc}
6257
*/
6358
public function supports($resource, $type = null)
6459
{

0 commit comments

Comments
 (0)