8000 fixed CS · iamluc/symfony@df07e73 · GitHub
[go: up one dir, main page]

Skip to content

Commit df07e73

Browse files
committed
fixed CS
1 parent 4e1c65c commit df07e73

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ private function absoluteSymlinkWithFallback($originDir, $targetDir)
222222
* @param string $targetDir
223223
* @param bool $relative
224224
*
225-
* @throws IOException If link can not be created.
225+
* @throws IOException if link can not be created
226226
*/
227227
private function symlink($originDir, $targetDir, $relative = false)
228228
{

src/Symfony/Component/DependencyInjection/Definition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ public function isAbstract()
777777
*
778778
* @return $this
779779
*
780-
* @throws InvalidArgumentException When the message template is invalid.
780+
* @throws InvalidArgumentException when the message template is invalid
781781
*/
782782
public function setDeprecated($status = true, $template = null)
783783
{

src/Symfony/Component/Ldap/LdapClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface LdapClientInterface
2929
* @param string $dn A LDAP dn
3030
* @param string $password A password
3131
*
32-
* @throws ConnectionException If dn / password could not be bound.
32+
* @throws ConnectionException if dn / password could not be bound
3333
*/
3434
public function bind($dn = null, $password = null);
3535

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)
0