mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 06:07:39 +02:00
updated phpDoc
This commit is contained in:
@@ -497,7 +497,7 @@ class DibiColumnInfo extends DibiObject
|
||||
*/
|
||||
public function getFullName()
|
||||
{
|
||||
return $this->info['fullname'];
|
||||
return isset($this->info['fullname']) ? $this->info['fullname'] : NULL;
|
||||
}
|
||||
|
||||
|
||||
@@ -613,7 +613,7 @@ class DibiColumnInfo extends DibiObject
|
||||
* Heuristic type detection.
|
||||
* @param string
|
||||
* @return string
|
||||
* @internal
|
||||
* @internal
|
||||
*/
|
||||
public static function detectType($type)
|
||||
{
|
||||
|
Reference in New Issue
Block a user