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 332f2d1 commit a29ffc1Copy full SHA for a29ffc1
src/DatabaseParsers/ParserBase.php
@@ -18,7 +18,7 @@ abstract class ParserBase
18
use CommonCommand;
19
20
/**
21
- * List of the field to exclude from all views.
+ * List of fields to be excluded from all views.
22
*
23
* @var array
24
*/
@@ -58,18 +58,18 @@ abstract class ParserBase
58
protected $fields;
59
60
61
- * The langugaes to create labels form.
+ * The languages to create labels form.
62
63
64
65
- protected $langugaes;
+ protected $languages;
66
67
68
* Creates a new field instance.
69
70
* @param string $tableName
71
* @param string $databaseName
72
- * @param array $langugaes
+ * @param array $languages
73
74
* @return void
75
0 commit comments