https://bugzilla.wikimedia.org/show_bug.cgi?id=63278
--- Comment #7 from Marius Hoch <[email protected]> --- (In reply to Addshore from comment #6) > Odd how I cant find the error string anywhere in the code base but I will > keep digging... With the power of grep (on master): $ grep -ri 'needs to be a integer' . ./vendor/wikibase/data-model/src/Entity/PropertyId.php: throw new InvalidArgumentException( '$number needs to be a integer' ); ./vendor/wikibase/data-model/src/Entity/ItemId.php: throw new InvalidArgumentException( '$number needs to be a integer' ); -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
