Skip to content

Commit

Permalink
Cannot redeclare non-readonly property as readonly.
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Sep 26, 2024
1 parent 959f24a commit 763d4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Repository/AbstractRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @author Aaron Scherer <[email protected]>
* @author David Cole <[email protected]>
*
* @property-read string $discrim The discriminator.
* @property string $discrim The discriminator.
* @property-read CacheWrapper $cache The react/cache wrapper.
*/
abstract class AbstractRepository extends Collection
Expand Down

0 comments on commit 763d4bc

Please sign in to comment.