Completed
Push — master ( a7ba40...b3dcaf )
by Tomáš
06:44
created
src/TournamentGenerator/Export/ExportBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 	 * @throws JsonException
53 53
 	 */
54 54
 	public function jsonSerialize() : string {
55
-		return json_encode($this->get(), JSON_THROW_ON_ERROR | JSON_UNESCAPED_SLASHES);
55
+		return json_encode($this->get(), JSON_THROW_ON_ERROR|JSON_UNESCAPED_SLASHES);
56 56
 	}
57 57
 
58 58
 	/**
Please login to merge, or discard this patch.