You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hallo
I am using SVGGraph Library version 3.13.
When using PHP 8.1.2 I get a lot of deprecation notices.
Code:
$graph = new Goat1000\SVGGraph\SVGGraph(700,700, $settings);
Output:
Deprecated: Return type of Goat1000\SVGGraph\Colours::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /xxxxxx/SVGGraph/Colours.php on line 93 start`
In fact, the entire sceen is filled with notices.
I suspect the library needs to be updated in order to be usable with PHP 8.1
The text was updated successfully, but these errors were encountered:
Hallo
I am using SVGGraph Library version 3.13.
When using PHP 8.1.2 I get a lot of deprecation notices.
Code:
Output:
In fact, the entire sceen is filled with notices.
I suspect the library needs to be updated in order to be usable with PHP 8.1
The text was updated successfully, but these errors were encountered: