Skip to content

Commit 7e69a02

Browse files
committed
docs: change phpdoc block to fix phpstan
1 parent 36083c0 commit 7e69a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Models/MockApiUrl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* @property string $url
1616
*
1717
* @method static updateOrCreate(string[] $array, array $array1)
18-
* @method static where(string $string, string $url): MockApiUrl
19-
* @method firstWhere(string $string, string $url): MockApiUrl
18+
* @method static where(string $string, string $url)
19+
* @method MockApiUrl firstWhere(string $string, string $url)
2020
*/
2121
class MockApiUrl extends Model
2222
{

0 commit comments

Comments
 (0)