Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Chruściel <lchrusciel@gmail.com>
  • Loading branch information
loic425 and lchrusciel committed Jan 10, 2022
1 parent 05ee060 commit 8246dee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Bundle/Routing/AttributesLoader.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of the test-sylius-attributes project.
* This file is part of the Sylius package.
*
* (c) Mobizel
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down Expand Up @@ -128,8 +128,6 @@ private function getReflectionClasses(): \Iterator
yield $className => $reflectionClass;
}
}


}

private function getResourcesByPath(string $path): array
Expand Down

0 comments on commit 8246dee

Please sign in to comment.