php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21404 PEAR Doc related: Vim header
Submitted: 2003-01-03 20:57 UTC Modified: 2003-01-04 05:35 UTC
From: darkelder@php.net Assigned:
Status: Closed Package: PEAR related
PHP Version: 4.3.0 OS: Linux
Private report: No CVE-ID: None
 [2003-01-03 20:57 UTC] darkelder@php.net
At http://pear.php.net/manual/en/standards.header.php it tells:

<?php
/* vim: set expandtab tabstop=4 shiftwidth=4: */

But it should be

<?PHP
/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: */

As described at http://pear.php.net/manual/en/standards.php#standards.indenting




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-04 05:35 UTC] nicos@php.net
Fixed.

Thank you for your report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 20:01:29 2024 UTC