Close #108 phpcs fixes

This commit is contained in:
Antonio Ramirez
2017-11-12 22:01:28 +01:00
parent 190fafa5f1
commit c418ad967c
14 changed files with 27 additions and 29 deletions

View File

@ -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)
{