We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't know what is causing the error https://github.com/ProfessionalWiki/WikibaseEdtf/runs/4913925133?check_suite_focus=true
@addshore any idea? LocalSettings.php loading code is at https://github.com/ProfessionalWiki/WikibaseEdtf/blob/master/.github/workflows/installMediaWiki.sh
The text was updated successfully, but these errors were encountered:
use Wikibase\DataModel\Entity\NumericPropertyId; use Wikibase\DataModel\Entity\PropertyId; class Compat { public static function newPId( string $id ): PropertyId { if ( class_exists( NumericPropertyId::class ) ) { return new NumericPropertyId( $id ); } return new PropertyId( $id ); } }
Sorry, something went wrong.
No branches or pull requests
Don't know what is causing the error https://github.com/ProfessionalWiki/WikibaseEdtf/runs/4913925133?check_suite_focus=true
@addshore any idea? LocalSettings.php loading code is at https://github.com/ProfessionalWiki/WikibaseEdtf/blob/master/.github/workflows/installMediaWiki.sh
The text was updated successfully, but these errors were encountered: