Skip to content

Commit

Permalink
Try to fix annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGuilloux committed Feb 4, 2021
1 parent 0ea5535 commit 762c08e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions TestConfiguration/Annotation/TestConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
* @copyright 2014 - 2020 RichCongress (https://www.richcongress.com)
*
* @Annotation
* @Target({"CLASS", "METHOD"})
*/
final class TestConfig
class TestConfig
{
/** @var array<string|mixed> */
private $configurations;
protected $configurations;

/**
* TestConfig constructor.
Expand Down

0 comments on commit 762c08e

Please sign in to comment.