Use correct representation of array types.

Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
This commit is contained in:
Vedanshu Jain 2023-07-14 10:32:46 +05:30 committed by GitHub
parent bde6fbf01e
commit a92ba3e59a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class PostsToOrdersMigrationController {
/**
* Array of objects used to perform the migration.
*
* @var array[TableMigrator]
* @var TableMigrator[]
*/
private $all_migrators;