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.
1 parent 2c1403a commit d6fef1bCopy full SHA for d6fef1b
src/ConditionalProxy.php
@@ -9,9 +9,9 @@ class ConditionalProxy
9
10
/**
11
* @param object $object
12
- * @param $condition
+ * @param bool $condition
13
*/
14
- public function __construct($object, $condition)
+ public function __construct($object, bool $condition)
15
{
16
$this->object = $object;
17
$this->condition = $condition;
0 commit comments