Skip to content

Commit 6816639

Browse files
committed
minor code changes
1 parent 43e369b commit 6816639

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
<logging>
88
<log type="coverage-text" target="php://stdout"/>
99
</logging>
10-
</phpunit>
10+
</phpunit>

src/ImageResize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ public function getDestHeight()
274274
return $this->dest_h;
275275
}
276276

277-
}
277+
}

test/Test.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,3 @@ private function getTempFile() {
261261
}
262262

263263
}
264-
265-
?>

0 commit comments

Comments
 (0)