We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
1 parent cf90bb9 commit dd29ff1Copy full SHA for dd29ff1
src/Auth/Source/CAS.php
@@ -122,7 +122,7 @@ public function __construct(array $info, array $config)
122
* @param \SimpleSAML\Utils\HTTP|null $httpUtils Optional HTTP utilities instance to use
123
* @return void
124
*/
125
- protected function initHttpUtils(Utils\HTTP $httpUtils = null): void
+ protected function initHttpUtils(?Utils\HTTP $httpUtils = null): void
126
{
127
if ($httpUtils !== null) {
128
$this->httpUtils = $httpUtils;
0 commit comments