Use Laravel’s same return types

This commit is contained in:
Lance Pioch
2024-03-19 21:12:27 -04:00
parent f5269e7e5c
commit 29b3debee2
266 changed files with 641 additions and 637 deletions

View File

@@ -10,7 +10,7 @@ class EnvironmentWriterTraitTest extends TestCase
/**
* @dataProvider variableDataProvider
*/
public function testVariableIsEscapedProperly($input, $expected)
public function testVariableIsEscapedProperly($input, $expected): void
{
$output = (new FooClass())->escapeEnvironmentValue($input);