Close #108 phpcs fixes
This commit is contained in:
@ -18,9 +18,9 @@ class MigrationHelper
|
||||
/**
|
||||
* @param string $driverName
|
||||
*
|
||||
* @throws RuntimeException
|
||||
* @return null|string
|
||||
*
|
||||
* @throws RuntimeException
|
||||
*/
|
||||
public static function resolveTableOptions($driverName)
|
||||
{
|
||||
@ -40,9 +40,9 @@ class MigrationHelper
|
||||
/**
|
||||
* @param $driverName
|
||||
*
|
||||
* @throws RuntimeException
|
||||
* @return string
|
||||
*
|
||||
* @throws RuntimeException
|
||||
*/
|
||||
public static function resolveDbType($driverName)
|
||||
{
|
||||
@ -63,9 +63,9 @@ class MigrationHelper
|
||||
/**
|
||||
* @param string $driverName
|
||||
*
|
||||
* @throws RuntimeException
|
||||
* @return bool
|
||||
*
|
||||
* @throws RuntimeException
|
||||
*/
|
||||
public static function isMicrosoftSQLServer($driverName)
|
||||
{
|
||||
|
||||
@ -32,9 +32,9 @@ class SecurityHelper
|
||||
* @param string $password
|
||||
* @param null|int $cost
|
||||
*
|
||||
* @throws Exception
|
||||
* @return string
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public function generatePasswordHash($password, $cost = null)
|
||||
{
|
||||
@ -46,9 +46,9 @@ class SecurityHelper
|
||||
*
|
||||
* @param int $length
|
||||
*
|
||||
* @throws Exception
|
||||
* @return string
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public function generateRandomString($length = 32)
|
||||
{
|
||||
|
||||
@ -21,9 +21,9 @@ class TimezoneHelper
|
||||
/**
|
||||
* Get all of the time zones with the offsets sorted by their offset.
|
||||
*
|
||||
* @throws InvalidParamException
|
||||
* @return array
|
||||
*
|
||||
* @throws InvalidParamException
|
||||
*/
|
||||
public static function getAll()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user