Skip to content

Commit 90089c9

Browse files
committed
docs: fix versions of @deprecated
1 parent ab19d07 commit 90089c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/CLI/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ public static function wait(int $seconds, bool $countdown = false)
520520
/**
521521
* if operating system === windows
522522
*
523-
* @deprecated v4.3 Use `is_windows()` instead
523+
* @deprecated 4.3.0 Use `is_windows()` instead
524524
*/
525525
public static function isWindows(): bool
526526
{

system/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ private function checkBuilderMethod(string $name): void
866866
*
867867
* @codeCoverageIgnore
868868
*
869-
* @deprecated since 4.1
869+
* @deprecated 4.1.0
870870
*/
871871
public static function classToArray($data, $primaryKey = null, string $dateFormat = 'datetime', bool $onlyChanged = true): array
872872
{

0 commit comments

Comments
 (0)