Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
Signed-off-by: Suhayb Wardany <me@suw.me>
  • Loading branch information
suwardany committed Sep 6, 2019
1 parent c334559 commit ad235bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UriRewriteFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class UriRewriteFilter implements FilterInterface
*
* @return void
*/
public function __construct(string $documentRoot = null, array $symlinks = [])
public function __construct(string $documentRoot = '', array $symlinks = [])
{
$this->documentRoot = $this->realPath($documentRoot);

Expand Down

0 comments on commit ad235bd

Please sign in to comment.