Passed
Push — v5 ( 700af4...22f167 )
by smiley
01:39
created
src/Data/ECI.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,8 @@
 block discarded – undo
44 44
 	}
45 45
 
46 46
 		/**
47
-	 * @inheritDoc
48
-	 */
47
+		 * @inheritDoc
48
+		 */
49 49
 	public function write(BitBuffer $bitBuffer, int $versionNumber):void{
50 50
 		$bitBuffer
51 51
 			->put($this::$datamode, 4)
Please login to merge, or discard this patch.