Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 21b49f6

Browse files
docbock fix for resolveAliases: @return, not @returns; causes errors for downstream annotation reflection tooling (zf-annotation, specifically)
1 parent 0aea76f commit 21b49f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ private function resolveInitializers(array $initializers)
609609
*
610610
* @param string[] $aliases
611611
*
612-
* @returns void
612+
* @return void
613613
*/
614614
private function resolveAliases(array $aliases)
615615
{

0 commit comments

Comments
 (0)