Remove some of the comments and an extra curly bracket.
This commit is contained in:
parent
ddcd8a5f23
commit
c0394ba790
|
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* destinations
|
* config
|
||||||
*
|
*
|
||||||
* @method get config.php
|
* @method get config.php
|
||||||
* @method exists determin if the the config.php file exists
|
* @method find find the path to the config.php file
|
||||||
* @method exists determin if the the config.php file exists
|
* @method exists determin if the the config.php file exists
|
||||||
*/
|
*/
|
||||||
class config {
|
class config {
|
||||||
|
|
@ -61,10 +61,9 @@ class config {
|
||||||
$this->db_port = $db_port;
|
$this->db_port = $db_port;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* determine if the config.php exists
|
* Find the path to the config.php
|
||||||
* @var string $config_path - full path to the config.php file
|
* @var string $config_path - full path to the config.php file
|
||||||
*/
|
*/
|
||||||
public function find() {
|
public function find() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue