8000 Apply fixes from StyleCI · abcdmitry/laravel-filemanager@30415b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30415b8

Browse files
authored
Apply fixes from StyleCI
1 parent 19bc20e commit 30415b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controllers/UploadController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private function proceedSingleUpload($file)
6161
->save($new_file_path, 90);
6262

6363
$this->makeThumb($new_filename);
64-
}
64+
}
6565
{
6666
chmod($file->getRealPath(), 0644); // TODO configurable
6767
File::move($file->getRealPath(), $new_file_path);
@@ -168,7 +168,7 @@ function getUrlParam(paramName) {
168168
</script>";
169169
}
170170

171-
private function _pathinfo($path, $options = null)
171+
private function _pathinfo($path, $options = null)
172172
{
173173
$path = urlencode($path);
174174
$parts = is_null($options) ? pathinfo($path) : pathinfo($path, $options);

0 commit comments

Comments
 (0)
0