Skip to content

Commit

Permalink
Fixed some coding standard
Browse files Browse the repository at this point in the history
 * Respect the 11 character gap between an @ and the value [http://propel.phpdb.org/trac/wiki/Development/Guidelines/CodingStandards]
  • Loading branch information
heltem committed Jan 5, 2007
1 parent 37487df commit c86f482
Show file tree
Hide file tree
Showing 156 changed files with 4,089 additions and 4,089 deletions.
742 changes: 371 additions & 371 deletions contrib/pat/patForms.php

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions contrib/pat/patForms/Creator/Propel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* patForms Creator Propel
*
* @package patForms
* @subpackage Creator
* @package patForms
* @subpackage Creator
*/


Expand All @@ -15,12 +15,12 @@
/**
* patForms Creator DB
*
* @access protected
* @package patForms
* @subpackage Creator
* @author Bert Van den Brande <cyruzb@gmail.com>
* @license LGPL, see license.txt for details
* @link http://www.php-tools.net
* @access protected
* @package patForms
* @subpackage Creator
* @author Bert Van den Brande <cyruzb@gmail.com>
* @license LGPL, see license.txt for details
* @link http://www.php-tools.net
*/
class patForms_Creator_Propel extends patForms_Creator
{
Expand Down Expand Up @@ -55,10 +55,10 @@ class patForms_Creator_Propel extends patForms_Creator
/**
* Create a form from a propel instance
*
* @access public
* @param mixed $object An instance of a Propel object
* @param array $options Any options the creator may need
* @return object $form The patForms object, or a patError object on failure.
* @access public
* @param mixed $object An instance of a Propel object
* @param array $options Any options the creator may need
* @return object $form The patForms object, or a patError object on failure.
*/
function &create( $object, $options = array() )
{
Expand Down
24 changes: 12 additions & 12 deletions contrib/pat/patForms/Creator/_propel_creator_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
* WARNING:
* The Creator subpackage is still in devel state!
*
* @access public
* @package patForms
* @subpackage Examples
* @author Stephan Schmidt <schst@php-tools.net
* @author Sebastian Mordziol <argh@php-tools.net>
* @license LGPL, see license.txt for details
* @link http://www.php-tools.net
* @access public
* @package patForms
* @subpackage Examples
* @author Stephan Schmidt <schst@php-tools.net
* @author Sebastian Mordziol <argh@php-tools.net>
* @license LGPL, see license.txt for details
* @link http://www.php-tools.net
*/

/**
Expand Down Expand Up @@ -81,8 +81,8 @@
* so that you may concentrate on the relevant parts of the examples.
* It does in no way represent the way it should be done :)
*
* @access public
* @param object &$form The patForms object to use
* @access public
* @param object &$form The patForms object to use
*/
function displayErrors( &$form )
{
Expand Down Expand Up @@ -135,9 +135,9 @@ function displayErrors( &$form )
* so that you may concentrate on the relevant parts of the examples.
* It does in no way represent the way it should be done :)
*
* @access public
* @param object &$form The current form object
* @param array $elements The rendered elements from the
* @access public
* @param object &$form The current form object
* @param array $elements The rendered elements from the
* @return
* @see
*/
Expand Down
2 changes: 1 addition & 1 deletion contrib/pat/patForms/Definition/Propel.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class patForms_Definition_Propel extends patForms_Definition {
);

/**
* @param array $conf an assoc array of parameters. these are:
* @param array $conf an assoc array of parameters. these are:
* - string name => $name of the propel object class
* - string filename => $filename of the form definition xml file
*/
Expand Down
Loading

0 comments on commit c86f482

Please sign in to comment.