Skip to content

Commit ba58071

Browse files
committed
Merge branch '3.1'
* 3.1: fixed CS fixed CS fixed CS fixed form tests [Console] Fix formatting of SymfonyStyle::comment() [Form] fix post max size translation type extension for >= 2.8 [Security] Allow LDAP loadUser override removed dots at the end of @param and @return fixed typo
2 parents c246956 + eeb3bf9 commit ba58071

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DeprecationErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class DeprecationErrorHandler
3333
* - use a number to define the upper bound of allowed deprecations,
3434
* making the test suite fail whenever more notices are trigerred.
3535
*
36-
* @param int|string|false $mode The reporting mode. Defaults to not allowing any deprecations.
36+
* @param int|string|false $mode The reporting mode, defaults to not allowing any deprecations
3737
*/
3838
public static function register($mode = 0)
3939
{

DnsMock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class DnsMock
3535
/**
3636
* Configures the mock values for DNS queries.
3737
*
38-
* @param array $hosts Mocked hosts as keys, arrays of DNS records as returned by dns_get_record() as values.
38+
* @param array $hosts Mocked hosts as keys, arrays of DNS records as returned by dns_get_record() as values
3939
*/
4040
public static function withMockedHosts(array $hosts)
4141
{

SymfonyTestsListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SymfonyTestsListener extends \PHPUnit_Framework_BaseTestListener
2727
private $isSkipped = array();
2828

2929
/**
30-
* @param array $mockedNamespaces List of namespaces, indexed by mocked features (time-sensitive or dns-sensitive).
30+
* @param array $mockedNamespaces List of namespaces, indexed by mocked features (time-sensitive or dns-sensitive)
3131
*/
3232
public function __construct(array $mockedNamespaces = array())
3333
{

0 commit comments

Comments
 (0)