Composer: Ambiguous class resolution, "PiwikTracker" was found in both.. · Issue #54 · matomo-org/matomo-php-tracker · GitHub
More Web Proxy on the site http://driver.im/
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
Composer issues the warning below when generating optimized autoload files:
Warning: Ambiguous class resolution, "PiwikTracker" was found in both "C:\project\vendor/matomo/matomo-php-tracker/.\MatomoTracker.php" and "C:\project\vendor/matomo/matomo-php-tracker/.\PiwikTracker.p
hp", the first will be used.
The solution would be to remove the class declaration from MatomoTracker.php since this included in PiwikTracker.php.
The text was updated successfully, but these errors were encountered:
Composer issues the warning below when generating optimized autoload files:
Warning: Ambiguous class resolution, "PiwikTracker" was found in both "C:\project\vendor/matomo/matomo-php-tracker/.\MatomoTracker.php" and "C:\project\vendor/matomo/matomo-php-tracker/.\PiwikTracker.p
hp", the first will be used.
The solution would be to remove the class declaration from MatomoTracker.php since this included in PiwikTracker.php.
The text was updated successfully, but these errors were encountered: