Commit 5d923318 authored by Marco Schmiedel's avatar Marco Schmiedel

fix codebeautifyer package

parent f97098de
...@@ -989,7 +989,7 @@ ...@@ -989,7 +989,7 @@
| The beautifier uses certain keywords for e.g. classes and methods. These are filtered | The beautifier uses certain keywords for e.g. classes and methods. These are filtered
| here in order not to create duplicates in multiple render document processes. | here in order not to create duplicates in multiple render document processes.
*/ */
if(strpos($comment, $title) === 0) if(@strpos($comment, $title) === 0)
{ {
$comment = substr($comment, strlen($title)); $comment = substr($comment, strlen($title));
$comment = $this->normalize($comment); $comment = $this->normalize($comment);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment