johnbillion / query-monitor

The developer tools panel for WordPress
https://querymonitor.com
GNU General Public License v2.0
1.6k stars 211 forks source link

Move to PSR-4 #716

Open szepeviktor opened 1 year ago

szepeviktor commented 1 year ago

Now that we are running on modern PHP 7, we could introduce PSR-4 class autoloading.

output/raw/db_queries.php 👉🏻 src/Output/Raw/DbQueries.php
QM_Output_Raw_DB_Queries 👉🏻 JohnBillion\QueryMonitor\Output\Raw\DbQueries