8000 minor #23219 [Translation] Fix FileLoader::loadResource() php doc (og… · symfony/symfony@d0065fe · GitHub
[go: up one dir, main page]

Skip to content

Commit d0065fe

Browse files
committed
minor #23219 [Translation] Fix FileLoader::loadResource() php doc (ogizanagi)
This PR was merged into the 2.8 branch. Discussion ---------- [Translation] Fix FileLoader::loadResource() php doc | Q | A | ------------- | --- | Branch? | 2.8 <!-- see comment below --> | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Commits ------- e76ee7a [Translation] Fix FileLoader::loadResource() php doc
2 parents 5bc4ef0 + e76ee7a commit d0065fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Loader/FileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function load($resource, $locale, $domain = 'messages')
5454
return $catalogue;
5555
}
5656

57-
/*
57+
/**
5858
* @param string $resource
5959
*
6060
* @return array

0 commit comments

Comments
 (0)
0