More formatting fixes

This commit is contained in:
Timothy Warren 2022-03-04 12:25:29 -05:00
parent e4a793306d
commit e0bf9b7fda
3 changed files with 2 additions and 3 deletions

View File

@ -103,7 +103,6 @@ function _iterateToml(TomlBuilder $builder, iterable $data, mixed $parentKey = N
? "{$parentKey}.{$key}"
: $key;
$builder->addTable($newKey);
_iterateToml($builder, $value, $newKey);

View File

@ -210,7 +210,7 @@ final class DispatcherTest extends AnimeClientTestCase
$this->urlGenerator->defaultUrl('foo');
}
#[ArrayShape(['controller_list_sanity_check' => "array", 'empty_controller_list' => "array"])]
#[ArrayShape(['controller_list_sanity_check' => 'array', 'empty_controller_list' => 'array'])]
public function dataGetControllerList(): array
{
$expectedList = [

View File

@ -24,7 +24,7 @@ use JetBrains\PhpStorm\ArrayShape;
*/
final class RoutingBaseTest extends AnimeClientTestCase
{
#[ArrayShape(['empty_segment' => "array", 'three_segments' => "array"])]
#[ArrayShape(['empty_segment' => 'array', 'three_segments' => 'array'])]
public function dataSegments()
{
return [