Skip to content

Commit a29c710

Browse files
authored
Merge pull request #510 from mstilkerich/phpdoc_type_annotations
fix an incomplete phpdoc type annotation
2 parents e3823bd + 3f25520 commit a29c710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ protected function getDefaults()
431431
*
432432
* @param string $name
433433
*
434-
* @return Property
434+
* @return Property|null
435435
*/
436436
public function __get($name)
437437
{

0 commit comments

Comments
 (0)