Skip to content

Commit 6f58c06

Browse files
Merge branch '3.4'
* 3.4: (33 commits) Remove remaining `@experimental` annotations Tests and fix for issue in array model data in EntityType field with multiple=true [Validator] Add unique entity violation cause [Lock] Automaticaly release lock when user forget it [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible fixed CS [FrameworkBundle] Don't clear app pools on cache:clear Hide label button when its setted to false removed useless PHPDoc [HttpFoundation] Return instance in StreamedResponse [Form] Fix FormInterface::submit() annotation [PHPUnitBridge] don't remove when set to empty string 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. ...
2 parents 70e471d + 6db4a8d commit 6f58c06

13 files changed

+0
-27
lines changed

Comparator/DateComparator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
class DateComparator extends Comparator
2020
{
2121
/**
22-
* Constructor.
23-
*
2422
* @param string $test A comparison string
2523
*
2624
* @throws \InvalidArgumentException If the test is not understood

Comparator/NumberComparator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
class NumberComparator extends Comparator
3636
{
3737
/**
38-
* Constructor.
39-
*
4038
* @param string|int $test A comparison string or an integer
4139
*
4240
* @throws \InvalidArgumentException If the test is not understood

Finder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ class Finder implements \IteratorAggregate, \Countable
6161

6262
private static $vcsPatterns = array('.svn', '_svn', 'CVS', '_darcs', '.arch-params', '.monotone', '.bzr', '.git', '.hg');
6363

64-
/**
65-
* Constructor.
66-
*/
6764
public function __construct()
6865
{
6966
$this->ignore = static::IGNORE_VCS_FILES | static::IGNORE_DOT_FILES;

Iterator/CustomFilterIterator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class CustomFilterIterator extends \FilterIterator
2424
private $filters = array();
2525

2626
/**
27-
* Constructor.
28-
*
2927
* @param \Iterator $iterator The Iterator to filter
3028
* @param callable[] $filters An array of PHP callbacks
3129
*

Iterator/DateRangeFilterIterator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ class DateRangeFilterIterator extends \FilterIterator
2323
private $comparators = array();
2424

2525
/**
26-
* Constructor.
27-
*
2826
* @param \Iterator $iterator The Iterator to filter
2927
* @param DateComparator[] $comparators An array of DateComparator instances
3028
*/

Iterator/DepthRangeFilterIterator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class DepthRangeFilterIterator extends \FilterIterator
2121
private $minDepth = 0;
2222

2323
/**
24-
* Constructor.
25-
*
2624
* @param \RecursiveIteratorIterator $iterator The Iterator to filter
2725
* @param int $minDepth The min depth
2826
* @param int $maxDepth The max depth

Iterator/ExcludeDirectoryFilterIterator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class ExcludeDirectoryFilterIterator extends \FilterIterator implements \Recursi
2424
private $excludedPattern;
2525

2626
/**
27-
* Constructor.
28-
*
2927
* @param \Iterator $iterator The Iterator to filter
3028
* @param array $directories An array of directories to exclude
3129
*/

Iterator/FileTypeFilterIterator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class FileTypeFilterIterator extends \FilterIterator
2424
private $mode;
2525

2626
/**
27-
* Constructor.
28-
*
2927
* @param \Iterator $iterator The Iterator to filter
3028
* @param int $mode The mode (self::ONLY_FILES or self::ONLY_DIRECTORIES)
3129
*/

Iterator/MultiplePcreFilterIterator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ abstract class MultiplePcreFilterIterator extends \FilterIterator
2222
protected $noMatchRegexps = array();
2323

2424
/**
25-
* Constructor.
26-
*
2725
* @param \Iterator $iterator The Iterator to filter
2826
* @param array $matchPatterns An array of patterns that need to match
2927
* @param array $noMatchPatterns An array of patterns that need to not match

Iterator/RecursiveDirectoryIterator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ class RecursiveDirectoryIterator extends \RecursiveDirectoryIterator
3737
private $directorySeparator = '/';
3838

3939
/**
40-
* Constructor.
41-
*
4240
* @param string $path
4341
* @param int $flags
4442
* @param bool $ignoreUnreadableDirs

Iterator/SizeRangeFilterIterator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ class SizeRangeFilterIterator extends \FilterIterator
2323
private $comparators = array();
2424

2525
/**
26-
* Constructor.
27-
*
2826
* @param \Iterator $iterator The Iterator to filter
2927
* @param NumberComparator[] $comparators An array of NumberComparator instances
3028
*/

Iterator/SortableIterator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class SortableIterator implements \IteratorAggregate
2828
private $sort;
2929

3030
/**
31-
* Constructor.
32-
*
3331
* @param \Traversable $iterator The Iterator to filter
3432
* @param int|callable $sort The sort type (SORT_BY_NAME, SORT_BY_TYPE, or a PHP callback)
3533
*

SplFileInfo.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ class SplFileInfo extends \SplFileInfo
2222
private $relativePathname;
2323

2424
/**
25-
* Constructor.
26-
*
2725
* @param string $file The file name
2826
* @param string $relativePath The relative path
2927
* @param string $relativePathname The relative path name

0 commit comments

Comments
 (0)