Passed
Pull Request — master (#225)
by Alex
05:45
created
src/Serialisers/SerialiseNextPageLinksTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
 
137 137
         $topCountValue = $this->getRequest()->getTopOptionCount();
138 138
         if (null !== $topCountValue) {
139
-            $remainingCount = $topCountValue - $this->getRequest()->getTopCount();
139
+            $remainingCount = $topCountValue-$this->getRequest()->getTopCount();
140 140
             if (0 < $remainingCount) {
141 141
                 if (null !== $queryParameterString) {
142 142
                     $queryParameterString .= '&';
Please login to merge, or discard this patch.