mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 12:34:39 +02:00
Fix code style
This commit is contained in:
parent
af29baf11e
commit
fc1d8e92f3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class FileSystem implements FileSystemUtil
|
|||
public function createDir(string $file): string
|
||||
{
|
||||
$dirname = null;
|
||||
$pos = strpos($file, '://');
|
||||
$pos = strpos($file, '://');
|
||||
|
||||
if (!$pos) {
|
||||
$dirname = realpath(dirname($file));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue