Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed May 18, 2019
1 parent 91e3aa2 commit 052e2cd
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/Core/Application/ServiceAwareInterface.php
Expand Up @@ -11,7 +11,7 @@
/**
* Interface ServiceAwareInterface
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
interface ServiceAwareInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Application/ServiceAwareTrait.php
Expand Up @@ -13,7 +13,7 @@
/**
* The ServiceAwareTrait class.
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
trait ServiceAwareTrait
{
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Asset/AbstractScript.php
Expand Up @@ -224,7 +224,7 @@ function ($interface) {
*
* @return RawWrapper
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
protected static function raw($value): RawWrapper
{
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Asset/AssetManager.php
Expand Up @@ -727,7 +727,7 @@ public function resolveAlias($uri)
*
* @return array|null
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public function resolveRawAlias(string $uri): ?array
{
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Console/CoreConsole.php
Expand Up @@ -280,7 +280,7 @@ public function getPackage($name = null)
*
* @return int
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public function runProcess(string $script, ?string $input = null): int
{
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Ioc.php
Expand Up @@ -373,7 +373,7 @@ public static function make(string $key, array $args = [], bool $protected = fal
*
* @return mixed
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public static function service(string $class, bool $forceNew = false)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Core/Router/RouteBuilderTrait.php
Expand Up @@ -115,7 +115,7 @@ public function escape($text)
*
* @return bool
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public function getMute(): bool
{
Expand All @@ -129,7 +129,7 @@ public function getMute(): bool
*
* @return static Return self to support chaining.
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public function mute(bool $mute)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Router/RouteString.php
Expand Up @@ -203,7 +203,7 @@ public function var($name, $value)
*
* @return static
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public function delVar(string $name)
{
Expand Down
12 changes: 6 additions & 6 deletions src/Core/Schedule/Schedule.php
Expand Up @@ -118,7 +118,7 @@ public function perMinutes(int $minutes, $task): ScheduleEvent
* @throws \ReflectionException
* @throws \Windwalker\DI\Exception\DependencyResolutionException
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public function perHours(int $hours, $task): ScheduleEvent
{
Expand Down Expand Up @@ -154,7 +154,7 @@ public function hourlyAt(int $minute, $task): ScheduleEvent
* @throws \ReflectionException
* @throws \Windwalker\DI\Exception\DependencyResolutionException
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public function perDays(int $days, $task): ScheduleEvent
{
Expand All @@ -172,7 +172,7 @@ public function perDays(int $days, $task): ScheduleEvent
* @throws \ReflectionException
* @throws \Windwalker\DI\Exception\DependencyResolutionException
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public function dailyAt(int $hour, $task): ScheduleEvent
{
Expand All @@ -190,7 +190,7 @@ public function dailyAt(int $hour, $task): ScheduleEvent
* @throws \ReflectionException
* @throws \Windwalker\DI\Exception\DependencyResolutionException
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public function perMonths(int $months, $task): ScheduleEvent
{
Expand All @@ -208,7 +208,7 @@ public function perMonths(int $months, $task): ScheduleEvent
* @throws \ReflectionException
* @throws \Windwalker\DI\Exception\DependencyResolutionException
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public function monthlyAt(int $day, $task): ScheduleEvent
{
Expand All @@ -226,7 +226,7 @@ public function monthlyAt(int $day, $task): ScheduleEvent
* @throws \ReflectionException
* @throws \Windwalker\DI\Exception\DependencyResolutionException
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
public function yearlyAt(int $month, $task): ScheduleEvent
{
Expand Down
4 changes: 2 additions & 2 deletions src/Core/Utilities/helpers.php
Expand Up @@ -272,7 +272,7 @@ function hs($elements = [], $strict = false): HtmlElements
*
* @return DI\ClassMeta
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
function create_obj($class, array $args = []): ClassMeta
{
Expand All @@ -286,7 +286,7 @@ function create_obj($class, array $args = []): ClassMeta
*
* @return RawWrapper
*
* @since __DEPLOY_VERSION__
* @since 3.5.5
*/
function raw($value): RawWrapper
{
Expand Down

0 comments on commit 052e2cd

Please sign in to comment.