Skip to content

Commit 5be1795

Browse files
committed
minor #24342 removed useless PHPDoc (OskarStark)
This PR was squashed before being merged into the 2.7 branch (closes #24342). Discussion ---------- removed useless PHPDoc | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | n/a Commits ------- 5ee9043d8b removed useless PHPDoc
2 parents 213239a + 16ec17e commit 5be1795

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)