Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ebfb240

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

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Definition.php
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Loader/FileLoader.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.