Skip to content

Commit 55a02ab

Browse files
miamibcthePanz
authored andcommitted
PHP 8.3 deprecated errors fixed (#320)
1 parent 6354fd3 commit 55a02ab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/plugins/sfDoctrinePlugin/lib/generator/sfDoctrineFormGenerator.class.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919
*/
2020
class sfDoctrineFormGenerator extends sfGenerator
2121
{
22+
/**
23+
* @var Doctrine_Table
24+
*/
25+
public $table;
26+
27+
/**
28+
* @var string
29+
*/
30+
public $modelName;
31+
2232
/**
2333
* Array of all the loaded models.
2434
*

0 commit comments

Comments
 (0)