Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Nov 3, 2019
1 parent 3588fd6 commit 6d413f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Objects/Migrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ public function setSkipIfTrueCheck(callable $skipIfTrueCheck)
* @see https://github.com/DivineOmega/omega-validator
*
* @param array $rules
*
* @return $this
*/
public function setValidationRules(array $rules)
Expand All @@ -229,8 +230,9 @@ public function setValidationRules(array $rules)
* This requires a PSR-6 compliant cache item pool object, a cache key, and an cache expiry time in seconds.
*
* @param CacheItemPoolInterface $sourceCachePool
* @param string $sourceCacheKey
* @param int $sourceCacheExpiresAfter
* @param string $sourceCacheKey
* @param int $sourceCacheExpiresAfter
*
* @return $this
*/
public function setSourceCache(CacheItemPoolInterface $sourceCachePool, string $sourceCacheKey, int $sourceCacheExpiresAfter = 60 * 60 * 24)
Expand Down Expand Up @@ -259,6 +261,7 @@ public function withProgressBar()
* Retrieves one page of data rows from the source.
*
* @param $page
*
* @return mixed
*/
private function getSourceDataRows($page)
Expand Down

0 comments on commit 6d413f9

Please sign in to comment.