|
@@ -70,8 +70,8 @@ |
|
|
block discarded – undo |
|
70
|
70
|
return null; |
|
71
|
71
|
} |
|
72
|
72
|
$isFull = DIRECTORY_SEPARATOR == $path[0]; |
|
73
|
|
- $known = realpath($isFull ? $path : static::$basicPath . DIRECTORY_SEPARATOR . $path ); |
|
74
|
|
- return (false === $known) ? null : $known ; |
|
|
73
|
+ $known = realpath($isFull ? $path : static::$basicPath . DIRECTORY_SEPARATOR . $path); |
|
|
74
|
+ return (false === $known) ? null : $known; |
|
75
|
75
|
} |
|
76
|
76
|
|
|
77
|
77
|
protected function getType(string $path): string |
Please login to merge, or discard this patch.