Skip to content

Commit d56e1af

Browse files
committed
Merge branch '2.8' into 3.3
* 2.8: fixed CS
2 parents ffeda47 + 0351f91 commit d56e1af

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
@@ -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
{

0 commit comments

Comments
 (0)