Passed
Push — main ( 8c75d8...000860 )
by smiley
10:08
created
src/Detector/GridSampler.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,8 @@
 block discarded – undo
153 153
 				}
154 154
 			}
155 155
 			// @codeCoverageIgnoreStart
156
-			catch(Throwable $aioobe){//ArrayIndexOutOfBoundsException
156
+			catch(Throwable $aioobe){
157
+//ArrayIndexOutOfBoundsException
157 158
 				// This feels wrong, but, sometimes if the finder patterns are misidentified, the resulting
158 159
 				// transform gets "twisted" such that it maps a straight line of points to a set of points
159 160
 				// whose endpoints are in bounds, but others are not. There is probably some mathematical
Please login to merge, or discard this patch.
src/Decoder/Decoder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 		[$numEccCodewords, $eccBlocks] = $this->version->getRSBlocks($this->eccLevel);
106 106
 
107 107
 		// Now establish DataBlocks of the appropriate size and number of data codewords
108
-		$result          = [];//new DataBlock[$totalBlocks];
108
+		$result          = []; //new DataBlock[$totalBlocks];
109 109
 		$numResultBlocks = 0;
110 110
 
111 111
 		foreach($eccBlocks as $blockData){
Please login to merge, or discard this patch.