@@ -72,6 +72,7 @@ |
||
| 72 | 72 | /** |
| 73 | 73 | * @param LdapObjectSchemaFactory $schemaFactory |
| 74 | 74 | * @param LdapObjectSchema ...$schemaObjects |
| 75 | + * @param LdapObjectSchema[] $schemaObjects |
|
| 75 | 76 | */ |
| 76 | 77 | protected function cacheAllLdapSchemaObjects(LdapObjectSchemaFactory $schemaFactory, LdapObjectSchema ...$schemaObjects) |
| 77 | 78 | { |
@@ -53,7 +53,7 @@ |
||
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | /** |
| 56 | - * @return array |
|
| 56 | + * @return string[] |
|
| 57 | 57 | */ |
| 58 | 58 | public function getSubscribedEvents() |
| 59 | 59 | { |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Doctrine\Common\Persistence\ObjectManager; |
| 16 | 16 | use LdapTools\Bundle\LdapToolsBundle\Annotation\LdapObject as LdapObjectAnnotation; |
| 17 | 17 | use Doctrine\ORM\Event\LifecycleEventArgs; |
| 18 | -use Doctrine\Common\Persistence\Event\LifecycleEventArgs as BaseLifecycleEventArgs; |
|
| 19 | 18 | use LdapTools\LdapManager; |
| 20 | 19 | use LdapTools\Object\LdapObject; |
| 21 | 20 | use LdapTools\Object\LdapObjectCollection; |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | 34 | * LdapObjectChoiceList constructor. |
| 35 | - * @param array|\Traversable $choices |
|
| 35 | + * @param LdapObject[] $choices |
|
| 36 | 36 | * @param null $labelPath |
| 37 | 37 | * @param array $preferredChoices |
| 38 | 38 | * @param null $groupPath |