File tree Expand file tree Collapse file tree
tests/SpameriTests/Elastic/Data/Model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ class PersonFactory implements \Spameri\Elastic\Factory\EntityFactoryInterface
1010 */
1111 public function create (
1212 \Spameri \ElasticQuery \Response \Result \Hit $ hit ,
13- string |null $ class ,
14- \Spameri \Elastic \EntityManager |null $ entityManager ,
13+ string |null $ class , // phpcs:ignore SlevomatCodingStandard.Functions.UnusedParameter
14+ \Spameri \Elastic \EntityManager |null $ entityManager , // phpcs:ignore SlevomatCodingStandard.Functions.UnusedParameter
1515 ): \Generator
1616 {
1717 yield new \SpameriTests \Elastic \Data \Entity \Person (
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ public function __construct(
1717 */
1818 public function create (
1919 \Spameri \ElasticQuery \Response \Result \Hit $ hit ,
20- string |null $ class ,
21- \Spameri \Elastic \EntityManager |null $ entityManager ,
20+ string |null $ class , // phpcs:ignore SlevomatCodingStandard.Functions.UnusedParameter
21+ \Spameri \Elastic \EntityManager |null $ entityManager , // phpcs:ignore SlevomatCodingStandard.Functions.UnusedParameter
2222 ): \Generator
2323 {
2424 yield new \SpameriTests \Elastic \Data \Entity \Video (
You can’t perform that action at this time.
0 commit comments