Remove invalid and unnecessary PHPDoc annotations (#20507)

This commit is contained in:
Maksim Spirkov
2025-09-03 17:09:14 +05:00
committed by GitHub
parent 06858c1089
commit f39a2ec1f9
8 changed files with 0 additions and 13 deletions

View File

@ -363,7 +363,6 @@ abstract class Application extends Module
* Sets the root directory of the application and the @app alias.
* This method can only be invoked at the beginning of the constructor.
* @param string $path the root directory of the application.
* @property string the root directory of the application.
* @throws InvalidArgumentException if the directory does not exist.
*/
public function setBasePath($path)