Fix code style and bump to php 7.4

This commit is contained in:
Jaapio
2024-03-12 22:28:53 +01:00
parent 1c6b5465fa
commit c6d49fc451
36 changed files with 181 additions and 137 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ class DescriptionTest extends TestCase
{% endfor %}';
EOT;
$fixture = new Description($body, []);
$fixture = new Description($body, []);
$this->assertSame($expected, (string) $fixture);
}
+1 -2
View File
@@ -14,8 +14,7 @@ use PHPUnit\Framework\TestCase;
*/
class ExampleFinderTest extends TestCase
{
/** @var ExampleFinder */
private $fixture;
private ExampleFinder $fixture;
/**
* Call Mockery::close after each test.