Skip to content

Commit ebfb240

Browse files
committed
Merge branch '2.8' into 3.3
* 2.8: fixed CS
2 parents e844b64 + df07e73 commit ebfb240

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ private function absoluteSymlinkWithFallback($originDir, $targetDir)
232232
* @param string $targetDir
233233
* @param bool $relative
234234
*
235-
* @throws IOException If link can not be created.
235+
* @throws IOException if link can not be created
236236
*/
237237
private function symlink($originDir, $targetDir, $relative = false)
238238
{

src/Symfony/Component/DependencyInjection/Definition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ public function isAbstract()
701701
*
702702
* @return $this
703703
*
704-
* @throws InvalidArgumentException When the message template is invalid.
704+
* @throws InvalidArgumentException when the message template is invalid
705705
*/
706706
public function setDeprecated($status = true, $template = null)
707707
{

src/Symfony/Component/Translation/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)