We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ce886 commit 722d861Copy full SHA for 722d861
src/Command/Dev/GenerateSchemaError.php
@@ -33,28 +33,6 @@ class GenerateSchemaError extends Command
33
*/
34
private $fileList;
35
36
- /**
37
- * CSS style which appends in the bottom of the file
38
- */
39
- private const FOOTER_SCRIPTS = <<<EOT
40
-
41
-<!--Custom css-->
42
43
-<!--
44
- This is a style declaration so that first column does not wrap
45
--->
46
47
-<style>
48
-table.error-table td:nth-child(1) {
49
- width: 100px;
50
-}
51
-table.error-table td:nth-child(2) {
52
- width: 200px;
53
54
-</style>
55
56
-EOT;
57
58
/**
59
*
60
* @param File $file
@@ -156,7 +134,7 @@ private function generateDocs(array $errors): string
156
134
}
157
135
158
136
159
- return $result . self::FOOTER_SCRIPTS;
137
+ return $result;
160
138
161
139
162
140
0 commit comments