Update Parsedown library

This commit is contained in:
Frédéric Guillot
2018-04-20 16:05:50 -07:00
parent 32a95ce5ea
commit bb406d57b1
123 changed files with 374 additions and 1227 deletions

View File

@@ -28,7 +28,7 @@ class SplFileInfo extends \SplFileInfo
*/
public function __construct($file, $relativePath, $relativePathname)
{
parent::__construct(realpath($file) ?: $file);
parent::__construct($file);
$this->relativePath = $relativePath;
$this->relativePathname = $relativePathname;
}