aboutsummaryrefslogtreecommitdiff
path: root/src/Phorkie/File.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Phorkie/File.php')
-rw-r--r--src/Phorkie/File.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Phorkie/File.php b/src/Phorkie/File.php
index bf2eb60..6cdc833 100644
--- a/src/Phorkie/File.php
+++ b/src/Phorkie/File.php
@@ -42,7 +42,7 @@ class File
'html' => 'xml',
);
- public function __construct($path, Repository $repo)
+ public function __construct($path, Repository $repo = null)
{
$this->path = $path;
$this->repo = $repo;