Skip to content

Commit 9ac7f79

Browse files
committed
Server: add missing docblock
1 parent 1281c3f commit 9ac7f79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Server.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,13 @@ protected function compile($in, $out)
220220
return array($css, $etag);
221221
}
222222

223+
/**
224+
* Format error as a pseudo-element in CSS
225+
*
226+
* @param \Exception $error
227+
*
228+
* @return string
229+
*/
223230
protected function createErrorCSS($error)
224231
{
225232
$message = str_replace(

0 commit comments

Comments
 (0)