mirror of
https://github.com/jbcr/ezmigrationbundle.git
synced 2026-04-23 08:28:02 +02:00
12 lines
249 B
PHP
12 lines
249 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
|
|
{
|
|
}
|