From c34599126fe8a7d38b604ceb92136be6a6c89ee8 Mon Sep 17 00:00:00 2001 From: Manuel Pichler Date: Sat, 15 Mar 2008 01:01:15 +0000 Subject: - First PHP_CodeSniffer rule added that checks all files for a valid file doc comment as specified in "1.ii. File Header" of the phpBB Coding Guidelines. git-svn-id: file:///svn/phpbb/trunk@8435 89ea8834-ac86-4346-8a33-228a782c2dd0 --- code_sniffer/Tests/Commenting/FileCommentUnitTest.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 code_sniffer/Tests/Commenting/FileCommentUnitTest.inc (limited to 'code_sniffer/Tests/Commenting/FileCommentUnitTest.inc') diff --git a/code_sniffer/Tests/Commenting/FileCommentUnitTest.inc b/code_sniffer/Tests/Commenting/FileCommentUnitTest.inc new file mode 100644 index 0000000000..0ace1c1bda --- /dev/null +++ b/code_sniffer/Tests/Commenting/FileCommentUnitTest.inc @@ -0,0 +1,19 @@ + +