Skip to content

Commit cac7b94

Browse files
rudolfbykerdanmichaelo
authored andcommitted
Fix return types in @method annotations.
1 parent 6346e81 commit cac7b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Fields/Field.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
* @method deleteSubfield(File_MARC_Subfield $subfield)
4141
* @method string getIndicator(int $ind)
4242
* @method string setIndicator(int $ind, string $value)
43-
* @method string getSubfield(string $code = null, bool $pcre = null)
44-
* @method array getSubfields(string $code = null, bool $pcre = null)
43+
* @method File_MARC_Subfield|false getSubfield(string $code = null, bool $pcre = null)
44+
* @method File_MARC_List|array getSubfields(string $code = null, bool $pcre = null)
4545
* @method string getContents(string $joinChar = '')
4646
*
4747
* FIXME: These methods are just implemented in File_MARC_Control_Field and not

0 commit comments

Comments
 (0)