This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Filesystem
Nicolas Grekas eb92d7ca07 bug #25014 Move deprecation under use statements (greg0ire)
This PR was squashed before being merged into the 3.4 branch (closes #25014).

Discussion
----------

Move deprecation under use statements

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | none
| License       | MIT
| Doc PR        | n/a

Commits
-------

0a5b016 Move deprecation under use statements
2017-11-19 20:59:05 +02:00
..
Exception removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Tests Merge branch '3.3' into 3.4 2017-11-07 15:20:24 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md fix version in changelog 2017-10-03 15:54:22 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
Filesystem.php Merge branch '3.3' into 3.4 2017-11-19 20:41:20 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
LockHandler.php Move deprecation under use statements 2017-11-19 20:59:03 +02:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

Filesystem Component

The Filesystem component provides basic utilities for the filesystem.

Resources