Skip to content

Commit

Permalink
FIX: Coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk committed Jun 23, 2015
1 parent 0b5de6c commit f92411b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

class Form extends \Nette\Application\UI\Form
{
/**
* Initialize new application form.
/**
* Initialize new application form.
* @param IContainer $parent Parent container
* @param string $name Component name
*/
*/
public function __construct(IContainer $parent = null, $name = null)
{
// Call parent constructor with params
Expand Down

0 comments on commit f92411b

Please sign in to comment.