diff --git a/src/Core/Cache/RuntimeCacheTrait.php b/src/Core/Cache/RuntimeCacheTrait.php index 41f7e013..1fe58dc6 100644 --- a/src/Core/Cache/RuntimeCacheTrait.php +++ b/src/Core/Cache/RuntimeCacheTrait.php @@ -43,7 +43,7 @@ public function getCacheId($id = null) * * @return Cache * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ public function getCacheInstance() { diff --git a/src/Core/Cache/StaticRuntimeCacheTrait.php b/src/Core/Cache/StaticRuntimeCacheTrait.php index 530b3076..bee993a9 100644 --- a/src/Core/Cache/StaticRuntimeCacheTrait.php +++ b/src/Core/Cache/StaticRuntimeCacheTrait.php @@ -43,7 +43,7 @@ public static function getCacheId($id = null) * * @return Cache * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ public static function getCacheInstance() { diff --git a/src/Core/Migration/Command/MigrationCommandTrait.php b/src/Core/Migration/Command/MigrationCommandTrait.php index 295578cd..705e27d7 100644 --- a/src/Core/Migration/Command/MigrationCommandTrait.php +++ b/src/Core/Migration/Command/MigrationCommandTrait.php @@ -66,7 +66,7 @@ public function backup() * * @return void * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ protected function createDatabase() { diff --git a/src/Core/Security/ModernPassword.php b/src/Core/Security/ModernPassword.php index 761b3430..99e06a67 100644 --- a/src/Core/Security/ModernPassword.php +++ b/src/Core/Security/ModernPassword.php @@ -13,7 +13,7 @@ /** * The ModernPassword class. * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ class ModernPassword implements HasherInterface { @@ -54,7 +54,7 @@ public function verify($text, $hash) * * @return bool * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ public function needsRehash($text, $algo = PASSWORD_DEFAULT, array $options = []) { diff --git a/src/Core/Seeder/CountingOutputTrait.php b/src/Core/Seeder/CountingOutputTrait.php index 8910b184..daa010ba 100644 --- a/src/Core/Seeder/CountingOutputTrait.php +++ b/src/Core/Seeder/CountingOutputTrait.php @@ -14,7 +14,7 @@ /** * The CountingOutputTrait class. * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ trait CountingOutputTrait { @@ -53,7 +53,7 @@ public function outCounting() * * @return $this * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ public function resetCount() { diff --git a/src/Core/Utilities/Debug/Dumper.php b/src/Core/Utilities/Debug/Dumper.php index 0345d5d8..09b21a33 100644 --- a/src/Core/Utilities/Debug/Dumper.php +++ b/src/Core/Utilities/Debug/Dumper.php @@ -15,7 +15,7 @@ /** * The Dumper class. * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ class Dumper { @@ -56,7 +56,7 @@ public function __construct(string $host = null) * * @return void * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ public function dump(...$args) { @@ -76,7 +76,7 @@ public function dump(...$args) * * @return array * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ public function dumpToServer(...$args): bool { @@ -94,7 +94,7 @@ public function dumpToServer(...$args): bool * * @return array * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ protected function handleValues(array $args): array { @@ -114,7 +114,7 @@ protected function handleValues(array $args): array * * @return Connection * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ public function getConnection() { @@ -128,7 +128,7 @@ public function getConnection() * * @return static Return self to support chaining. * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ public function setConnection(Connection $connection) { diff --git a/src/Core/Utilities/helpers.php b/src/Core/Utilities/helpers.php index 47cc96d8..5a1a0baa 100644 --- a/src/Core/Utilities/helpers.php +++ b/src/Core/Utilities/helpers.php @@ -138,7 +138,7 @@ function only_debug($string) * * @return void * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ function ds(...$args) { diff --git a/src/SystemPackage/Command/DumpServerCommand.php b/src/SystemPackage/Command/DumpServerCommand.php index 4ca9028c..1e9e0ade 100644 --- a/src/SystemPackage/Command/DumpServerCommand.php +++ b/src/SystemPackage/Command/DumpServerCommand.php @@ -16,7 +16,7 @@ /** * The DumpServerCommand class. * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ class DumpServerCommand extends CoreCommand { diff --git a/src/SystemPackage/Command/System/ClearCacheCommand.php b/src/SystemPackage/Command/System/ClearCacheCommand.php index 51b0b99d..82763c99 100644 --- a/src/SystemPackage/Command/System/ClearCacheCommand.php +++ b/src/SystemPackage/Command/System/ClearCacheCommand.php @@ -70,7 +70,7 @@ protected function doExecute() * * @return void * - * @since __DEPLOY_VERSION__ + * @since 3.4.6 */ protected function clearCacheRoot() {