More consistent formatting

This commit is contained in:
Fonata
2021-04-02 20:30:25 +02:00
committed by Fonata
parent 2a154869b4
commit fba67b84ff
6 changed files with 4 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ trait DatatypeTrait {
* Check data type for one column.
* Check for most commonly data type for one column.
*
* @param array $datatypes
* @param array $datatypes
*
* @return string|false
*/
@@ -36,7 +36,6 @@ trait DatatypeTrait {
reset($typesFreq);
return key($typesFreq);
}
/**