File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ coverage.xml
10
10
* sw [op ]
11
11
phpunit.xml
12
12
phpcs.xml
13
+ .phpunit.result.cache
Original file line number Diff line number Diff line change 77
77
78
78
* Fix parsing of CREATE TABLE with per field COLLATE.
79
79
* Improved Context::loadClosest to better deal with corner cases.
80
- * Localizaton updates.
80
+ * Localization updates.
81
81
82
82
## [ 4.2.3] - 2017-10-10
83
83
91
91
## [ 4.2.1] - 2017-09-08
92
92
93
93
* Fixed minor bug in Query::getFlags.
94
- * Localizaton updates.
94
+ * Localization updates.
95
95
96
96
## [ 4.2.0] - 2017-08-30
97
97
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Translator
23
23
private static $ translator ;
24
24
25
25
/**
26
- * Loads transator .
26
+ * Loads translator .
27
27
*/
28
28
public static function load ()
29
29
{
You can’t perform that action at this time.
0 commit comments