Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit f735c66

Browse files
Merge branch '2.7' into 2.8
* 2.7: (22 commits) Tests and fix for issue in array model data in EntityType field with multiple=true [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible removed useless PHPDoc [Form] Fix FormInterface::submit() annotation PdoSessionHandler: fix advisory lock for pgsql when session.sid_bits_per_character > 4 HttpCache does not consider ESI resources in HEAD requests Fix translation for "This field was not expected" [Routing] Enhance Route(Collection) docblocks Added improvement for accuracy in MoneyToLocalizedStringTransformer. Removed unused private property Use correct verb form in the pull request template Use PHP_MAXPATHLEN in Filesystem. Added null as explicit return type (?TokenInterface) [FrameworkBundle] Fix Routing\DelegatingLoader Render all line breaks according to the exception message [Form] Fix phpdoc [DI] remove confusing code [Form] Fixed GroupSequence with "constraints" option [Validator] Clarify UUID validator behavior [Filesystem] Fixed makePathRelative ...
2 parents 13eed20 + f4278d5 commit f735c66

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

ApcClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ class ApcClassLoader
5757
protected $decorated;
5858

5959
/**
60-
* Constructor.
61-
*
6260
* @param string $prefix The APC namespace prefix to use
6361
* @param object $decorated A class loader object that implements the findFile() method
6462
*

ApcUniversalClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ class ApcUniversalClassLoader extends UniversalClassLoader
6868
private $prefix;
6969

7070
/**
71-
* Constructor.
72-
*
7371
* @param string $prefix A prefix to create a namespace in APC
7472
*
7573
* @throws \RuntimeException

DebugClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ class DebugClassLoader
3131
private $classFinder;
3232

3333
/**
34-
* Constructor.
35-
*
3634
* @param object $classFinder
3735
*/
3836
public function __construct($classFinder)

MapClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class MapClassLoader
2121
private $map = array();
2222

2323
/**
24-
* Constructor.
25-
*
2624
* @param array $map A map where keys are classes and values the absolute file path
2725
*/
2826
public function __construct(array $map)

WinCacheClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ class WinCacheClassLoader
5858
protected $decorated;
5959

6060
/**
61-
* Constructor.
62-
*
6361
* @param string $prefix The WinCache namespace prefix to use
6462
* @param object $decorated A class loader object that implements the findFile() method
6563
*

XcacheClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ class XcacheClassLoader
5858
private $decorated;
5959

6060
/**
61-
* Constructor.
62-
*
6361
* @param string $prefix The XCache namespace prefix to use
6462
* @param object $decorated A class loader object that implements the findFile() method
6563
*

0 commit comments

Comments
 (0)