Skip to content

Commit

Permalink
Solved StyleCI issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert-Jan Verwer committed Nov 28, 2016
1 parent c3f05ab commit 77ac02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function put($path, $contents, $lock = false)
*/
public function chmod($path, $mode = null)
{
if($mode) {
if ($mode) {
return chmod($path, $mode);
}

Expand Down

0 comments on commit 77ac02a

Please sign in to comment.