Completed
Push — Exceptions ( 69c4e2...90da39 )
by Josh
02:15
created
src/Encoder.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
 	}
26 26
 
27 27
 	/**
28
-	* Encode a PHP array into either an array of a dictionary
29
-	*/
28
+	 * Encode a PHP array into either an array of a dictionary
29
+	 */
30 30
 	protected static function encodeArray(array $value): string
31 31
 	{
32 32
 		if (empty($value))
Please login to merge, or discard this patch.