Skip to content

Commit a29ffc1

Browse files
authored
fix class member name "langugaes" and some grammar
class member "langugaes" should be "languages"
1 parent 332f2d1 commit a29ffc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/DatabaseParsers/ParserBase.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class ParserBase
1818
use CommonCommand;
1919

2020
/**
21-
* List of the field to exclude from all views.
21+
* List of fields to be excluded from all views.
2222
*
2323
* @var array
2424
*/
@@ -58,18 +58,18 @@ abstract class ParserBase
5858
protected $fields;
5959

6060
/**
61-
* The langugaes to create labels form.
61+
* The languages to create labels form.
6262
*
6363
* @var array
6464
*/
65-
protected $langugaes;
65+
protected $languages;
6666

6767
/**
6868
* Creates a new field instance.
6969
*
7070
* @param string $tableName
7171
* @param string $databaseName
72-
* @param array $langugaes
72+
* @param array $languages
7373
*
7474
* @return void
7575
*/

0 commit comments

Comments
 (0)