Skip to content

Commit

Permalink
Merge pull request #20 from colin-kiegel/trunk_copage_highlight_mixedphp
Browse files Browse the repository at this point in the history
COPage SourceCode Highlight: fixed violation of naming convention
  • Loading branch information
Alex Killing committed Oct 12, 2015
2 parents 4172d2b + 12cf4fb commit 3ab8724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Services/COPage/syntax_highlight/php/HFile/HFile_mixedphp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
if (!isset ($BEAUT_PATH)) return;
require_once("$BEAUT_PATH/Beautifier/HFile.php");

class HFile_plain extends HFile{
class HFile_mixedphp extends HFile{

function HFile_plain(){
function HFile_mixedphp(){

$this->HFile();

Expand Down

0 comments on commit 3ab8724

Please sign in to comment.