File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 2121 ],
2222 "require" : {
2323 "php" : " ^7.1 || ^8.0" ,
24- "pimple/pimple" : " ~3.0" ,
2524 "twig/twig" : " ~2.12" ,
2625 "nikic/php-parser" : " ~4.6" ,
2726 "michelf/php-markdown" : " ~1.3" ,
Original file line number Diff line number Diff line change 1515use PhpParser \NodeVisitor \NameResolver ;
1616use PhpParser \ParserFactory ;
1717use PhpParser \PrettyPrinter \Standard as PrettyPrinter ;
18- use Pimple \Container ;
1918use Doctum \Parser \ClassTraverser ;
2019use Doctum \Parser \ClassVisitor ;
2120use Doctum \Parser \CodeParser ;
3736use Wdes \phpI18nL10n \plugins \MoReader ;
3837use Wdes \phpI18nL10n \Launcher ;
3938
40- class Doctum extends Container
39+ class Doctum
4140{
4241 public const VERSION_MAJOR = 5 ;
4342 public const VERSION_MINOR = 2 ;
@@ -51,8 +50,6 @@ class Doctum extends Container
5150
5251 public function __construct ($ iterator = null , array $ config = [])
5352 {
54- parent ::__construct ();
55-
5653 $ sc = $ this ;
5754
5855 if (null !== $ iterator ) {
You can’t perform that action at this time.
0 commit comments