~ubuntu-branches/ubuntu/saucy/php-codesniffer/saucy

« back to all changes in this revision

Viewing changes to PHP_CodeSniffer-1.0.1/CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.inc

  • Committer: Bazaar Package Importer
  • Author(s): Jack Bates
  • Date: 2008-10-01 17:39:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081001173943-2dy06n1e8zwyw1o8
Tags: 1.1.0-1
* New upstream release
* Acknowledge NMU, thanks Jan

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
 
3
 
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
4
 
 
5
 
/**
6
 
*
7
 
* Short description for fileasdasd.
8
 
*
9
 
*
10
 
* asdasd
11
 
* long description for file (if any)
12
 
* asdasdadada
13
 
*
14
 
* PHP versio
15
 
*
16
 
* LICENSE: This source file is subject to version 3.0 of the PHP license
17
 
* that is available through the world-wide-web at the following URI:
18
 
* http://www.php.net/license/3_0.txt.  If you did not receive a copy of
19
 
* the PHP License and are unable to obtain it through the web, please
20
 
* send a note to license@php.net so we can mail you a copy immediately.
21
 
* @category   _wrong_category
22
 
* @package    PHP_CodeSniffer
23
 
* @package    ADDITIONAL PACKAGE TAG
24
 
* @subpackage SUBPACKAGE TAG
25
 
* @author     Ant�nio Carlos Ven�ncio J�nior <foreign@character.net>
26
 
* @author       Rayn Ong rong@squiz.net
27
 
* @author
28
 
* @copyright  1997~1994 The PHP Group
29
 
* @copyright  1997~1994 The PHP Group
30
 
* @license    http://www.php.net/license/3_0.txt
31
 
* @see
32
 
* @see
33
 
* @version    INVALID VERSION CONTENT
34
 
* @see        Net_Sample::Net_Sample()
35
 
* @see        Net_Other
36
 
* @deprecated asd
37
 
* @since      Class available since Release 1.2.0
38
 
* @summary    An unknown summary tag
39
 
*/
40
 
?>
41
 
<?php
42
 
/**
43
 
* This bit here is not qualified as file comment
44
 
*
45
 
* as it is not after the first open tag
46
 
*
47
 
*/
48
 
?>