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.
ComponentTest::class
1 parent 63b777e commit aca7827Copy full SHA for aca7827
tests/framework/base/ComponentTest.php
@@ -464,7 +464,7 @@ public function testEventClosureDetachesItself(): void
464
class NewComponent extends Component
465
{
466
private ?\yiiunit\framework\base\NewComponent $_object = null;
467
- private string $_text = 'default';
+ private string|null $_text = 'default';
468
private array $_items = [];
469
public $content;
470
0 commit comments