Skip to content
Snippets Groups Projects

Issue #3426478: Fix the errors/warnings reported by PHP_CodeSniffer

6 files
+ 43
50
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -6,9 +6,11 @@ Created against core beta version: 8.0.0-beta4
Main issues
-----------
The D8 version of Field Hidden only defines widgets, contrary to the D7 version it doesn't define field types.
The D8 version of Field Hidden only defines widgets,
contrary to the D7 version it doesn't define field types.
As such, the D8 version is not really a port of the D7 version.
But it should in most senses deliver the same effective benefit as the D7 version.
But it should in most senses deliver
the same effective benefit as the D7 version.
Only number types and _plaintext_ text/textarea fields are supported.
@@ -31,4 +33,5 @@ None.
Special thanks
--------------
Amit Sedai (@amitsedaiz) initiated and layed the indispensable groundwork of the D8 version of Field Hidden.
Amit Sedai (@amitsedaiz) initiated and layed the indispensable groundwork
of the D8 version of Field Hidden.
Loading