Skip to content

Commit

Permalink
Merge pull request #8 from kocher/kocher-phpdoc-getSubfields
Browse files Browse the repository at this point in the history
Update Data_Field.php
  • Loading branch information
dbs committed Nov 22, 2016
2 parents c12120b + f072fdf commit 51d1ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion File/MARC/Data_Field.php
Expand Up @@ -382,7 +382,7 @@ function getSubfield($code = null)
*
* @return File_MARC_List|array returns a linked list of all subfields
* if $code is null, an array of {@link File_MARC_Subfield} objects if
* one or more subfields match, or false if no codes match $code
* one or more subfields match, or an empty array if no codes match $code
*/
function getSubfields($code = null)
{
Expand Down

0 comments on commit 51d1ed8

Please sign in to comment.