mirror of
https://github.com/JBDevLabs/ezmigrationbundle.git
synced 2026-03-25 09:22:18 +01:00
12 lines
250 B
PHP
12 lines
250 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API\Collection;
|
|
|
|
/**
|
|
* @todo validate that elements added to this collection are of the supported type!
|
|
* @todo add phpdoc to suggest typehinting
|
|
*/
|
|
class MigrationStepsCollection extends \ArrayObject
|
|
{
|
|
}
|