Deprecated
Table of Contents
| vendor/composer/InstalledVersions.php |
| vendor/phpoption/phpoption/src/PhpOption/Option.php |
InstalledVersions.php
| Line | Element | Reason |
|---|---|---|
| 267 | InstalledVersions::getRawData() | Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. |
Option.php
| Line | Element | Reason |
|---|---|---|
| 291 | Option::ifDefined() | Use forAll() instead. |