Apply fixes from StyleCI

This commit is contained in:
ThinkPHP
2017-03-28 04:48:08 +00:00
parent a4646ba1a9
commit ab12b00c5d
2 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ EOF;
protected function normalizePath($path)
{
if ($path === false) {
return null;
return;
}
$parts = [];
$path = strtr($path, '\\', '/');