-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Package installed with composer: abraham/twitteroauth
(I need the stubs as I'm doing something like you do with the WP stubs which do not use composer, so I need stubs)
generate-stubs --force --functions --classes --interfaces --traits --out="a.php" --no-interaction twitter
(package is installed in twitter folder)
It generates the stubs (10 classes), but stubs for class TwitterOAuth extends Config
are missing.
But e.g. class TwitterOAuthException extends \Exception
and all other classes are there (total 11 classes, but only 10 have stubs created).
Is this a bug or is there something I'm doing wrong?
Metadata
Metadata
Assignees
Labels
No labels