Skip to content

Commit

Permalink
Merge pull request #8 from mybuilder/fix-supervisor-annotation
Browse files Browse the repository at this point in the history
[FIX] Ensure Supervisor extends Annotation for Cronos
  • Loading branch information
angelsk authored May 6, 2020
2 parents 4b6b812 + 162bfd0 commit af2c3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Annotation/Supervisor.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @Annotation
* @Target("CLASS")
*/
class Supervisor
class Supervisor extends Annotation
{
/** @var integer */
public $processes;
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"php": ">=7.3"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "~9.0"
},
"autoload": {
Expand Down

0 comments on commit af2c3d0

Please sign in to comment.