Skip to content

Commit b93e386

Browse files
authored
PHP 8.3 deprecated errors fixed (#320)
1 parent e6e9f94 commit b93e386

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

+10
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121
*/
2222
class sfDoctrineFormGenerator extends sfGenerator
2323
{
24+
/**
25+
* @var Doctrine_Table
26+
*/
27+
public $table;
28+
29+
/**
30+
* @var string
31+
*/
32+
public $modelName;
33+
2434
/**
2535
* Array of all the loaded models.
2636
*

0 commit comments

Comments
 (0)