Skip to content

Commit cae464c

Browse files
committed
Merge branch 'QA'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2 parents 9886594 + 707bbfd commit cae464c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ coverage.xml
1010
*sw[op]
1111
phpunit.xml
1212
phpcs.xml
13-
/.phpunit.result.cache
13+
.phpunit.result.cache
1414
phpstan.neon

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Backport fixes from 5.0.0 to QA branch:
123123

124124
* Fix parsing of CREATE TABLE with per field COLLATE.
125125
* Improved Context::loadClosest to better deal with corner cases.
126-
* Localizaton updates.
126+
* Localization updates.
127127

128128
## [4.2.3] - 2017-10-10
129129

@@ -137,7 +137,7 @@ Backport fixes from 5.0.0 to QA branch:
137137
## [4.2.1] - 2017-09-08
138138

139139
* Fixed minor bug in Query::getFlags.
140-
* Localizaton updates.
140+
* Localization updates.
141141

142142
## [4.2.0] - 2017-08-30
143143

src/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Translator
2727
private static $translator;
2828

2929
/**
30-
* Loads transator.
30+
* Loads translator.
3131
*/
3232
public static function load()
3333
{

0 commit comments

Comments
 (0)