From 7fb3676957fa8e489a49dc446c356fef888b4d60 Mon Sep 17 00:00:00 2001
From: Andreas Fischer <bantu@phpbb.com>
Date: Sun, 27 Oct 2013 17:14:20 +0100
Subject: [task/code-sniffer] Move code sniffer below build folder.

PHPBB3-11980
---
 .../phpbb/Tests/Commenting/FileCommentUnitTest.inc    | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.inc

(limited to 'build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.inc')

diff --git a/build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.inc b/build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.inc
new file mode 100644
index 0000000000..0ace1c1bda
--- /dev/null
+++ b/build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.inc
@@ -0,0 +1,19 @@
+<?php
+/** 
+*
+* @package code_sniffer³
+* @version $Id: $
+* @copyright (c) 2008 phpBB Group 
+* @license http://opensource.org/licenses/gpl-license.php BSD License
+ *
+*/
+?>
+<?php
+/** 
+* Broken but not first file doc comment.
+* 
+* @version @package_version@
+* @license   http://www.opensource.org/licenses/bsd-license.php  BSD License
+* @copyright (c) 2007 phpBB Group  
+*
+*/
-- 
cgit v1.2.1