Skip to content

Commit 1690925

Browse files
Merge branch '3.2'
* 3.2: (27 commits) Improve tracking of environment variables in the case of private services [DI] Align AutowirePass with 2.8 property constraints can be added in child classes added test for staticClassLoader in LazyLoadingMetadatafactory fixed PHPUnit setUp and tearDown method visibility spelling fixes Readd Symfony version status in the toolbar [Security] LdapUserProvider should not throw an exception if the UID key does not exist in an LDAP entry make sure that null can be the invalid value [VarDumper] Improve dump of AMQP* Object Fix annotations cache folder path [FrameworkBundle] Wire ArrayCache for annotation reader at bootstrap Ignore missing 'debug.file_link_formatter' service in Debug bundle [VarDumper] Fixed dumping of terminated generator bumped Symfony version to 3.2.4 updated VERSION for 3.2.3 updated CHANGELOG for 3.2.3 bumped Symfony version to 2.8.18 updated VERSION for 2.8.17 updated CHANGELOG for 2.8.17 ...
2 parents 5d598fa + 54830cc commit 1690925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/MoFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ protected function loadResource($resource)
137137
}
138138

139139
/**
140-
* Reads an unsigned long from stream respecting endianess.
140+
* Reads an unsigned long from stream respecting endianness.
141141
*
142142
* @param resource $stream
143143
* @param bool $isBigEndian

0 commit comments

Comments
 (0)