Skip to content

Commit

Permalink
[zend-db] update $_schema type hint from array to string (#202)
Browse files Browse the repository at this point in the history
Update $_schema type hint
it's only ever used like a string and never as an array.
  • Loading branch information
Marrikulus authored Jan 28, 2025
1 parent 7d4b8fe commit 9534021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zend-db/library/Zend/Db/Table/Abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ abstract class Zend_Db_Table_Abstract
/**
* The schema name (default null means current schema)
*
* @var array
* @var string
*/
protected $_schema = null;

Expand Down

0 comments on commit 9534021

Please sign in to comment.