Skip to content

Commit 5e72b2b

Browse files
author
Andrey Helldar
authored
Update Annotation.php
1 parent 2b2c058 commit 5e72b2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Facades/Annotation.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* @method static string|null summary(string $controller, string $method = null)
1010
* @method static string|null description(string $controller, string $method = null)
1111
* @method static boolean isDeprecated(string $controller, string $method = null)
12-
* @method static boolean isDeprecatedClass(string $controller)
13-
* @method static boolean isDeprecatedMethod(string $controller, string $method)
1412
*/
1513
final class Annotation extends Facade
1614
{

0 commit comments

Comments
 (0)