https://bugzilla.wikimedia.org/show_bug.cgi?id=63278

--- Comment #7 from Marius Hoch <h...@online.de> ---
(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.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to