PHPDoc fixes (#12687)

This commit is contained in:
Jellyfrog
2021-03-31 17:18:43 +02:00
committed by GitHub
parent 9b627eceb0
commit dc160c6813
24 changed files with 65 additions and 58 deletions

View File

@@ -124,7 +124,7 @@ class Schema
/**
* Return all columns for the given table
*
* @param $table
* @param string $table
* @return array
*/
public function getColumns($table)