@@ -106,7 +106,7 @@ |
||
106 | 106 | /** @var \SimpleSAML\Module\cas\Auth\Source\CAS|null $source */ |
107 | 107 | $source = $this->authSource::getById($sourceId); |
108 | 108 | if ($source === null) { |
109 | - throw new Exception('Could not find authentication source with id ' . $sourceId); |
|
109 | + throw new Exception('Could not find authentication source with id '.$sourceId); |
|
110 | 110 | } |
111 | 111 | |
112 | 112 | $source->finalStep($state); |