Skip to content

Commit c2fa02d

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: fixed CS fixed CS
2 parents 0fe8670 + d56e1af commit c2fa02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/AssetsInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ private function absoluteSymlinkWithFallback($originDir, $targetDir)
255255
* @param string $targetDir
256256
* @param bool $relative
257257
*
258-
* @throws IOException If link can not be created.
258+
* @throws IOException if link can not be created
259259
*/
260260
private function symlink($originDir, $targetDir, $relative = false)
261261
{

0 commit comments

Comments
 (0)