We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b94e55 commit fc80f37Copy full SHA for fc80f37
1 file changed
src/Formatters/Json.php
@@ -1,7 +1,5 @@
1
<?php
2
3
-// src/Formatters/json.php
4
-
5
namespace Differ\Formatters\Json;
6
7
function format(array $diff): string
@@ -13,4 +11,4 @@ function format(array $diff): string
13
11
}
14
12
15
return $json;
16
-}
+}
0 commit comments