Completed
Branch master (5f9180)
by Andreas
02:42
created
Category
src/Time.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /*
6 6
  * Copyright (c) DateTime-Contributors
Please login to merge, or discard this patch.
src/DateInterval.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /*
6 6
  * Copyright (c) DateTime-Contributors
Please login to merge, or discard this patch.
src/TimeInterval.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /*
6 6
  * Copyright (c) DateTime-Contributors
Please login to merge, or discard this patch.
src/Exception/NotYetImplemented.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /*
6 6
  * Copyright (c) DateTime-Contributors
Please login to merge, or discard this patch.
src/Date.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /*
6 6
  * Copyright (c) DateTime-Contributors
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
             $tempDate->format('Y-m-d') . 'T12:00:00.0',
35 35
             new DateTimeZone('UTC')
36 36
         );
37
-        $this->datetime = $this->datetime->setTime(12,00,00,0);
37
+        $this->datetime = $this->datetime->setTime(12, 00, 00, 0);
38 38
     }
39 39
 
40 40
     public function format(string $format) : string
Please login to merge, or discard this patch.