Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Typos [Closes #7]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikuláš Dítě committed Oct 27, 2010
1 parent 3297693 commit f3121d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TodoPanel.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Annotations "Todo" panel for Nette 1.0+. Displays all todos in all files given.
* TodoPanel for Nette 2.0
*
* @author Mikuláš Dítě, Peter Ped Helcmanovsky
* @license MIT
Expand Down Expand Up @@ -121,7 +121,7 @@ public function getId()


/**
* Registeres panel to Debug bar
* Registers panel to Debug bar
*/
public static function register()
{
Expand Down Expand Up @@ -175,8 +175,8 @@ private static function validatePattern($pattern)


/**
* Set string patterns to ignore files which contain some pattern in full path
* @example $todoPanel->setSkipPatterns(array('/.git', 'app/sessions/'));
* Files to ignore
* @example $todoPanel->setIgnoreMask(array('.git', 'app/sessions'));
* @param array $ignoreMask
*/
public function setIgnoreMask(array $ignoreMask, $merge = FALSE)
Expand Down

0 comments on commit f3121d2

Please sign in to comment.