We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6346e81 commit cac7b94Copy full SHA for cac7b94
src/Fields/Field.php
@@ -40,8 +40,8 @@
40
* @method deleteSubfield(File_MARC_Subfield $subfield)
41
* @method string getIndicator(int $ind)
42
* @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)
+ * @method File_MARC_Subfield|false getSubfield(string $code = null, bool $pcre = null)
+ * @method File_MARC_List|array getSubfields(string $code = null, bool $pcre = null)
45
* @method string getContents(string $joinChar = '')
46
*
47
* FIXME: These methods are just implemented in File_MARC_Control_Field and not
0 commit comments