Use correct representation of array types.
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
This commit is contained in:
parent
bde6fbf01e
commit
a92ba3e59a
|
@ -26,7 +26,7 @@ class PostsToOrdersMigrationController {
|
|||
/**
|
||||
* Array of objects used to perform the migration.
|
||||
*
|
||||
* @var array[TableMigrator]
|
||||
* @var TableMigrator[]
|
||||
*/
|
||||
private $all_migrators;
|
||||
|
||||
|
|
Loading…
Reference in New Issue