Skip to content

Commit

Permalink
Fix Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 25, 2019
1 parent 24a2f22 commit d0be85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SimpleSAML/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ public function copyFromBase($instancename, $filename)
return self::$instance[$instancename];
}

/** @var string $this->filename */
$dir = dirname($this->filename);

self::$instance[$instancename] = self::loadFromFile($dir.'/'.$filename, true);
Expand Down

0 comments on commit d0be85a

Please sign in to comment.