Skip to content

Commit

Permalink
fixed violation of naming convention (file=class=function names must …
Browse files Browse the repository at this point in the history
…be identical) - this also removes one classname collision with 'HFile_plain'

see \ilPCSourceCode::highlightText regarding the naming convention
  • Loading branch information
colin-kiegel committed Apr 3, 2015
1 parent 5288315 commit 12cf4fb
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 12cf4fb

Please sign in to comment.