Skip to content

Commit 33c6fd9

Browse files
authored
Merge pull request #4 from scriptotek/analysis-zdnomv
Applied fixes from StyleCI
2 parents 4fe4ac4 + d7959aa commit 33c6fd9

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

src/Fields/Title.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
class Title extends Field implements FieldInterface
88
{
9-
109
public static function get(Record $record)
1110
{
1211
return parent::makeFieldObject($record, '245');

tests/CollectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,4 @@ public function testAlmaSample()
7474

7575
$this->assertCount(3, $collection->toArray());
7676
}
77-
7877
}

tests/QueryResultTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
class QueryResultTest extends \PHPUnit_Framework_TestCase
77
{
8-
98
protected $record;
109

1110
public function setUp()
@@ -55,5 +54,4 @@ public function testTextPattern()
5554
$result = $this->record->query('020$a{$q=\ib.}')->text();
5655
$this->assertEquals('9788200424420', $result);
5756
}
58-
5957
}

tests/SubjectFieldTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,4 @@ public function testEdit()
6868
$record->subjects[0]->delete();
6969
$this->assertCount(0, $record->subjects);
7070
}
71-
7271
}

0 commit comments

Comments
 (0)