From 6d413f90d7915c2738c1484d29c5a34808d7b484 Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Sun, 3 Nov 2019 21:24:38 +0000 Subject: [PATCH] Style fixes --- src/Objects/Migrator.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Objects/Migrator.php b/src/Objects/Migrator.php index 8b39d1e..cdc3a1d 100644 --- a/src/Objects/Migrator.php +++ b/src/Objects/Migrator.php @@ -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) @@ -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) @@ -259,6 +261,7 @@ public function withProgressBar() * Retrieves one page of data rows from the source. * * @param $page + * * @return mixed */ private function getSourceDataRows($page)