Skip to content

Commit 5f676b0

Browse files
committed
v1.1.10
1 parent 69919e2 commit 5f676b0

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

Rundiz/Profiler/Console.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* This class works as logger things for profiling.
1515
*
1616
* @package Rundiz\Profiler
17-
* @version 1.1.10dev-20240212
18-
* @author Vee W.
1917
* @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.
2018
*/
2119
class Console extends \Rundiz\Profiler\ProfilerBase

Rundiz/Profiler/Profiler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* This class also display the profiling result and dump the data for check or tests.
1616
*
1717
* @package Rundiz\Profiler
18-
* @author Vee W.
1918
*/
2019
class Profiler extends \Rundiz\Profiler\ProfilerBase
2120
{

Rundiz/Profiler/ProfilerBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* For access common properties between console and profiler class.
1515
*
1616
* @package Rundiz\Profiler
17-
* @author Vee W.
17+
* @version 1.1.10
1818
*/
1919
abstract class ProfilerBase
2020
{

tests/phpunit/Autoload.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
22
/**
3-
*
4-
* @author Vee W.
53
* @license http://opensource.org/licenses/MIT
6-
*
74
*/
85

96

tests/via-http/display-profiler-db.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* A callback class for display DB profiler.
1111
*
1212
* You can copy and use this source code or change from PDO to how you query your database.
13-
*
14-
* @author Vee W.
1513
*/
1614
class rdpDisplayProfilerDb
1715
{

0 commit comments

Comments
 (0)