Skip to content

Commit

Permalink
v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ve3 committed Feb 12, 2024
1 parent 69919e2 commit 5f676b0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions Rundiz/Profiler/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* This class works as logger things for profiling.
*
* @package Rundiz\Profiler
* @version 1.1.10dev-20240212
* @author Vee W.
* @access protected Do not access to this class directly by using new \Rundiz\Profiler\Console. Please access this class via Profiler class instead. See $Profiler->Console.
*/
class Console extends \Rundiz\Profiler\ProfilerBase
Expand Down
1 change: 0 additions & 1 deletion Rundiz/Profiler/Profiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* This class also display the profiling result and dump the data for check or tests.
*
* @package Rundiz\Profiler
* @author Vee W.
*/
class Profiler extends \Rundiz\Profiler\ProfilerBase
{
Expand Down
2 changes: 1 addition & 1 deletion Rundiz/Profiler/ProfilerBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* For access common properties between console and profiler class.
*
* @package Rundiz\Profiler
* @author Vee W.
* @version 1.1.10
*/
abstract class ProfilerBase
{
Expand Down
3 changes: 0 additions & 3 deletions tests/phpunit/Autoload.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php
/**
*
* @author Vee W.
* @license http://opensource.org/licenses/MIT
*
*/


Expand Down
2 changes: 0 additions & 2 deletions tests/via-http/display-profiler-db.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
* A callback class for display DB profiler.
*
* You can copy and use this source code or change from PDO to how you query your database.
*
* @author Vee W.
*/
class rdpDisplayProfilerDb
{
Expand Down

0 comments on commit 5f676b0

Please sign in to comment.