Skip to content

Commit 722d861

Browse files
committed
remove footer
1 parent a8ce886 commit 722d861

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

src/Command/Dev/GenerateSchemaError.php

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,6 @@ class GenerateSchemaError extends Command
3333
*/
3434
private $fileList;
3535

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-
5836
/**
5937
*
6038
* @param File $file
@@ -156,7 +134,7 @@ private function generateDocs(array $errors): string
156134
}
157135
}
158136

159-
return $result . self::FOOTER_SCRIPTS;
137+
return $result;
160138
}
161139

162140
/**

0 commit comments

Comments
 (0)