From bc7c79c606a360c4c2010fae27ea431d86905893 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Tue, 3 Feb 2015 09:49:27 +0000 Subject: [PATCH] Issue #2415415 by er.pushpinderrana: help.api.php missing <?php at top --- core/modules/help/help.api.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/modules/help/help.api.php b/core/modules/help/help.api.php index 4e3850cdc78d..e636482b0571 100644 --- a/core/modules/help/help.api.php +++ b/core/modules/help/help.api.php @@ -1,3 +1,5 @@ +<?php + /** * @file * Hooks for the Help system. -- GitLab