Skip to content

Commit 0cb8b26

Browse files
committed
Merge branch '2.8' into 3.3
* 2.8: fixed CS
2 parents add5375 + 5d9dd8d commit 0cb8b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/FileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function load($resource, $locale, $domain = 'messages')
5959
*
6060
* @return array
6161
*
62-
* @throws InvalidResourceException If stream content has an invalid format.
62+
* @throws InvalidResourceException if stream content has an invalid format
6363
*/
6464
abstract protected function loadResource($resource);
6565
}

0 commit comments

Comments
 (0)