22 lines
515 B
YAML
22 lines
515 B
YAML
|
name: NoPendingMigrations
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties:
|
||
|
- name: method
|
||
|
visibility: public
|
||
|
comment: '# * The migration method that was called.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var string'
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: method
|
||
|
comment: "# * The migration method that was called.\n# *\n# * @var string\n# */\n\
|
||
|
# public $method;\n# \n# /**\n# * Create a new event instance.\n# *\n# * @param\
|
||
|
\ string $method\n# * @return void"
|
||
|
traits: []
|
||
|
interfaces: []
|