From 30cdc51e1169622acd95a16bb9e5ea574fabb923 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Tue, 13 Oct 2015 14:21:56 +0100 Subject: [PATCH] Add missing linebreak Change-Id: I92260974732643f7f14eca245ba21d94c175ac22 --- SyntaxHighlight_GeSHi.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/SyntaxHighlight_GeSHi.class.php b/SyntaxHighlight_GeSHi.class.php index 535e37af..5e805c63 100644 --- a/SyntaxHighlight_GeSHi.class.php +++ b/SyntaxHighlight_GeSHi.class.php @@ -53,6 +53,7 @@ class SyntaxHighlight_GeSHi { require_once __DIR__ . '/vendor/autoload.php'; } } + /** * Get the Pygments lexer name for a particular language. *