Skip to content

Commit

Permalink
VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Nov 18, 2018
1 parent aa08072 commit 7459f5f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/Core/Cache/RuntimeCacheTrait.php
Expand Up @@ -43,7 +43,7 @@ public function getCacheId($id = null)
*
* @return Cache
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
public function getCacheInstance()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Cache/StaticRuntimeCacheTrait.php
Expand Up @@ -43,7 +43,7 @@ public static function getCacheId($id = null)
*
* @return Cache
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
public static function getCacheInstance()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Migration/Command/MigrationCommandTrait.php
Expand Up @@ -66,7 +66,7 @@ public function backup()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
protected function createDatabase()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Core/Security/ModernPassword.php
Expand Up @@ -13,7 +13,7 @@
/**
* The ModernPassword class.
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
class ModernPassword implements HasherInterface
{
Expand Down Expand Up @@ -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 = [])
{
Expand Down
4 changes: 2 additions & 2 deletions src/Core/Seeder/CountingOutputTrait.php
Expand Up @@ -14,7 +14,7 @@
/**
* The CountingOutputTrait class.
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
trait CountingOutputTrait
{
Expand Down Expand Up @@ -53,7 +53,7 @@ public function outCounting()
*
* @return $this
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
public function resetCount()
{
Expand Down
12 changes: 6 additions & 6 deletions src/Core/Utilities/Debug/Dumper.php
Expand Up @@ -15,7 +15,7 @@
/**
* The Dumper class.
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
class Dumper
{
Expand Down Expand Up @@ -56,7 +56,7 @@ public function __construct(string $host = null)
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
public function dump(...$args)
{
Expand All @@ -76,7 +76,7 @@ public function dump(...$args)
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
public function dumpToServer(...$args): bool
{
Expand All @@ -94,7 +94,7 @@ public function dumpToServer(...$args): bool
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
protected function handleValues(array $args): array
{
Expand All @@ -114,7 +114,7 @@ protected function handleValues(array $args): array
*
* @return Connection
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
public function getConnection()
{
Expand All @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Utilities/helpers.php
Expand Up @@ -138,7 +138,7 @@ function only_debug($string)
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
function ds(...$args)
{
Expand Down
2 changes: 1 addition & 1 deletion src/SystemPackage/Command/DumpServerCommand.php
Expand Up @@ -16,7 +16,7 @@
/**
* The DumpServerCommand class.
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
class DumpServerCommand extends CoreCommand
{
Expand Down
2 changes: 1 addition & 1 deletion src/SystemPackage/Command/System/ClearCacheCommand.php
Expand Up @@ -70,7 +70,7 @@ protected function doExecute()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.4.6
*/
protected function clearCacheRoot()
{
Expand Down

0 comments on commit 7459f5f

Please sign in to comment.