Skip to content

Commit

Permalink
CS: apply class_attributes_separation
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 29, 2023
1 parent 4388202 commit e1befbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public function testFormatArgsIntegration()
$this->assertEquals($expected, $this->render($template, $data));
}


public function testFormatFileIntegration()
{
$template = <<<'TWIG'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class YamlFileLoader extends FileLoader
private int $anonymousServicesCount;
private string $anonymousServicesSuffix;


public function load(mixed $resource, string $type = null): mixed
{
$path = $this->locator->locate($resource);
Expand Down

0 comments on commit e1befbd

Please sign in to comment.