Skip to content

Commit

Permalink
PHP 8.3 deprecated errors fixed (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
miamibc authored and thePanz committed Feb 7, 2024
1 parent 6354fd3 commit 55a02ab
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
*/
class sfDoctrineFormGenerator extends sfGenerator
{
/**
* @var Doctrine_Table
*/
public $table;

/**
* @var string
*/
public $modelName;

/**
* Array of all the loaded models.
*
Expand Down

0 comments on commit 55a02ab

Please sign in to comment.