Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Fields/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
* @method deleteSubfield(File_MARC_Subfield $subfield)
* @method string getIndicator(int $ind)
* @method string setIndicator(int $ind, string $value)
* @method string getSubfield(string $code = null, bool $pcre = null)
* @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)
* @method string getContents(string $joinChar = '')
*
* FIXME: These methods are just implemented in File_MARC_Control_Field and not
Expand Down