Skip to content

Commit 2bc8cd7

Browse files
authored
Updated less verbose method naming
1 parent 148de82 commit 2bc8cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Commands/DynamicCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function addTimeLimit(int $minutes): void
8080
*
8181
* @return bool True if the command has expired, false otherwise.
8282
*/
83-
public function isCommandExpired(): bool
83+
public function isExpired(): bool
8484
{
8585
$currentTime = time();
8686

0 commit comments

Comments
 (0)