Completed
Pull Request — master (#15)
by John
02:39
created
tests/Field/Builder/OffsetDateBuilderTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 {
12 12
     public function testRender()
13 13
     {
14
-        $fontResolver = function () {
14
+        $fontResolver = function() {
15 15
         };
16 16
         $text = 'this is some text';
17 17
         $width = 104;
Please login to merge, or discard this patch.