Skip to content

Commit 9cabc30

Browse files
committed
Fix assertion
1 parent 289c165 commit 9cabc30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/MetaLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ private function addMetadata($filename, $metadata, $type, $template = null)
420420
*/
421421
public function writeARPfile($config)
422422
{
423-
Assert::instanceOf($config, Configuration::class);
423+
Assert::isInstanceOf($config, Configuration::class);
424424

425425
$arpfile = $config->getValue('arpfile');
426426
$types = ['saml20-sp-remote'];

0 commit comments

Comments
 (0)