Skip to content

Commit 674e54a

Browse files
committed
travis teest php 5.6
1 parent c759645 commit 674e54a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: php
22
php:
3+
- 5.6
34
- 5.5
45
- 5.4
56
- hhvm

Diff for: MARCspec.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,10 @@ public function getSubfield($arg)
175175

176176
return null;
177177
}
178-
178+
/**
179+
* Creates and adds a single subfield from the MARCspecParser result
180+
* @param array $_subfield The MARCspecParser result array
181+
*/
179182
private function addSubfield($_subfield)
180183
{
181184
if(array_key_exists('subfieldtagrange',$_subfield))

0 commit comments

Comments
 (0)