mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 05:53:54 +03:00
Use Laravel’s same return types
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user