Passed
Pull Request — master (#13)
by Mathew
15:42
created
src/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     protected function __construct(DateTimeImmutable $thisUpdate, ?DateTimeImmutable $nextUpdate, $certificateSerialNumber)
129 129
     {
130 130
         $this->thisUpdate = $thisUpdate;
131
-				$this->nextUpdate =  $nextUpdate;
131
+				$this->nextUpdate = $nextUpdate;
132 132
         $this->certificateSerialNumber = $certificateSerialNumber;
133 133
     }
134 134
 
Please login to merge, or discard this patch.