Skip to content

Commit

Permalink
PHP Intelephense --Expected type 'object'. Found 'NULL'-- Fix
Browse files Browse the repository at this point in the history
$this->db would be highlighted as an error, intelephense has an issue with declaring the var as null in the comment.
  • Loading branch information
BeardyMike committed Apr 17, 2024
1 parent 413ae4c commit fc8ebb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class model
{
/**
* @var null Database Connection
* Set $db to null, so we can use it later in the model.
*/
public $db = null;

Expand Down

0 comments on commit fc8ebb8

Please sign in to comment.