Skip to content

Commit 8ffcf84

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 5a91f0f + 826d689 commit 8ffcf84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Mapping/Loader/FileLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ abstract class FileLoader implements LoaderInterface
2626
protected $file;
2727

2828
/**
29-
* Constructor.
30-
*
3129
* @param string $file The mapping file to load
3230
*
3331
* @throws MappingException if the mapping file does not exist or is not readable

0 commit comments

Comments
 (0)