We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324732c commit 08cc2daCopy full SHA for 08cc2da
1 file changed
forms/OpenIDStep2Form.inc.php
@@ -28,17 +28,17 @@
28
*/
29
class OpenIDStep2Form extends Form
30
{
31
- private array $credentials;
32
- private OpenIDPlugin $plugin;
33
- private ?int $contextId;
+ private $credentials;
+ private $plugin;
+ private $contextId;
34
35
/**
36
* OpenIDStep2Form constructor.
37
*
38
* @param OpenIDPlugin $plugin
39
* @param array $credentials
40
41
- function __construct(OpenIDPlugin $plugin, array $credentials = array())
+ function __construct($plugin, $credentials = array())
42
43
$context = Application::get()->getRequest()->getContext();
44
$this->contextId = ($context == null) ? 0 : $context->getId();
0 commit comments