Skip to content

Commit

Permalink
Updated class comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Oct 27, 2009
1 parent 2fde907 commit 5de7899
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion classes/bench/arrcallback.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');
/**
* @author Geert De Deckere <geert@idoe.be>
* @package Benchmarking
* @author Geert De Deckere <geert@idoe.be>
*/
class Bench_Arrcallback extends Codebench {

Expand Down
3 changes: 2 additions & 1 deletion classes/bench/ltrimdigits.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');
/**
* @author Geert De Deckere <geert@idoe.be>
* @package Benchmarking
* @author Geert De Deckere <geert@idoe.be>
*/
class Bench_Ltrimdigits extends Codebench {

Expand Down
3 changes: 2 additions & 1 deletion classes/bench/validcolor.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');
/**
* @author Geert De Deckere <geert@idoe.be>
* @package Benchmarking
* @author Geert De Deckere <geert@idoe.be>
*/
class Bench_Validcolor extends Codebench {

Expand Down
2 changes: 1 addition & 1 deletion classes/controller/codebench.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Codebench — A benchmarking module.
*
* @package Kohana
* @package Benchmarking
* @author Kohana Team
* @copyright (c) 2009 Kohana Team
* @license http://kohanaphp.com/license.html
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/codebench.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Codebench — A benchmarking module.
*
* @package Kohana
* @package Benchmarking
* @author Kohana Team
* @copyright (c) 2009 Kohana Team
* @license http://kohanaphp.com/license.html
Expand Down

0 comments on commit 5de7899

Please sign in to comment.