Skip to content

Commit

Permalink
Updated PhpDocs for setConfig() and error()
Browse files Browse the repository at this point in the history
  • Loading branch information
joechilds authored and AliasIO committed Jun 19, 2013
1 parent 8b4f149 commit cd4c4fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Swiftlet/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function getConfig($variable)
/**
* Set a configuration value
* @param string $variable
* @param mixed
* @param mixed $value
*/
public function setConfig($variable, $value)
{
Expand Down Expand Up @@ -247,6 +247,8 @@ public function autoload($className)
* @param string $string
* @param string $file
* @param int $line
*
* @throws \Exception
*/
public function error($number, $string, $file, $line)
{
Expand Down

0 comments on commit cd4c4fa

Please sign in to comment.