Skip to content

Commit d2407d9

Browse files
committed
Update php doc
- Add a missing return - Update authors
1 parent f2f2b8f commit d2407d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/MetaModels/Events/Attribute/TranslatedFile/ImageSizeOptions.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
*
1313
* @package MetaModels
1414
* @subpackage AttributeFile
15-
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
16-
* @author Sven Baumann ≤baumann.sv@gmail.com>
15+
* @author Sven Baumann <baumann.sv@gmail.com>
16+
* @author Stefan Heimes <stefan_heimes@hotmail.com>
1717
* @copyright 2012-2018 The MetaModels team.
1818
* @license https://github.com/MetaModels/attribute_translatedfile/blob/master/LICENSE LGPL-3.0-or-later
1919
* @filesource
@@ -33,6 +33,8 @@ class ImageSizeOptions
3333
* Get property options for file image size in the render settings.
3434
*
3535
* @param GetPropertyOptionsEvent $event The event.
36+
*
37+
* @return void
3638
*/
3739
public function getPropertyOptions(GetPropertyOptionsEvent $event)
3840
{

0 commit comments

Comments
 (0)