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 61995b3 commit 3797cf1Copy full SHA for 3797cf1
tests/Assetic/MockAsset.php
@@ -30,11 +30,11 @@ public function clearFilters()
30
{
31
}
32
33
- public function load(FilterInterface $additionalFilter = null)
+ public function load(?FilterInterface $additionalFilter = null)
34
35
36
37
- public function dump(FilterInterface $additionalFilter = null)
+ public function dump(?FilterInterface $additionalFilter = null)
38
39
40
tests/Database/UpdaterTest.php
@@ -4,6 +4,8 @@
4
5
class UpdaterTest extends TestCase
6
7
+ protected $updater;
8
+
9
public function setUp(): void
10
11
include_once __DIR__.'/../fixtures/database/SampleClass.php';
0 commit comments