Skip to content

Commit

Permalink
travis teest php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cKlee committed Aug 21, 2015
1 parent c759645 commit 674e54a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: php
php:
- 5.6
- 5.5
- 5.4
- hhvm
Expand Down
5 changes: 4 additions & 1 deletion MARCspec.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ public function getSubfield($arg)

return null;
}

/**
* Creates and adds a single subfield from the MARCspecParser result
* @param array $_subfield The MARCspecParser result array
*/
private function addSubfield($_subfield)
{
if(array_key_exists('subfieldtagrange',$_subfield))
Expand Down

0 comments on commit 674e54a

Please sign in to comment.