Skip to content

Commit

Permalink
Merge pull request #115 from antonioribeiro/analysis-16g1KP
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
antonioribeiro committed Aug 21, 2024
2 parents 0f06645 + 7b3fcfc commit f82ce18
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/package/Support/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public function __construct(Config $config)
/**
* Add something to the cache.
*
* @param $key
* @param $value
* @param $key
* @param $value
* @param int $minutes
*/
public function put($key, $value, $minutes = 10)
Expand Down
4 changes: 2 additions & 2 deletions src/package/Support/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct(Yaml $yaml)
/**
* Get config value.
*
* @param $string
* @param $string
* @param mixed|null $default
*
* @return \Illuminate\Config\Repository|mixed
Expand All @@ -66,7 +66,7 @@ public function getRoot()
/**
* Checkf it has a config value.
*
* @param $string
* @param $string
* @param mixed|null $default
*
* @return \Illuminate\Config\Repository|mixed
Expand Down
4 changes: 2 additions & 2 deletions src/package/Support/Git.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ public function getGitTimestampRetrieverCommand($from = null)
/**
* Execute a shell command to retrieve git values.
*
* @param $command
* @param $keySuffix
* @param $command
* @param $keySuffix
* @param int $length
*
* @return bool|mixed|null|string
Expand Down
2 changes: 1 addition & 1 deletion src/package/Support/Increment.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct(Config $config)
* Get a properly formatted version.
*
* @param \Closure $incrementer
* @param $returnKey
* @param $returnKey
*
* @return string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/package/Support/Timestamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct(Config $config)
* Get a properly formatted version.
*
* @param \Closure $incrementer
* @param $returnKey
* @param $returnKey
*
* @return string
*/
Expand Down
8 changes: 4 additions & 4 deletions src/package/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function __construct(
/**
* Dynamically call format types.
*
* @param $name
* @param $name
* @param array $arguments
*
* @throws MethodNotFound
Expand Down Expand Up @@ -166,9 +166,9 @@ protected function instantiate(
/**
* Instantiate a class.
*
* @param $instance object
* @param $property string
* @param $class string
* @param $instance object
* @param $property string
* @param $class string
*
* @return Yaml|object
*/
Expand Down

0 comments on commit f82ce18

Please sign in to comment.