PM-807 "Change especify to specify" SOLVED
This commit is contained in:
@@ -229,7 +229,7 @@ class PmSessionHandler //implements SessionHandlerInterface
|
||||
/**
|
||||
* Garbase Collection method
|
||||
*
|
||||
* @param int $maxlifetime max time that specify if the session is active or not
|
||||
* @param int $maxlifetime max time that specifies if the session is active or not
|
||||
* @return bool always returns true
|
||||
*/
|
||||
public function gc($maxlifetime)
|
||||
|
||||
@@ -1376,7 +1376,7 @@ class Bootstrap
|
||||
{
|
||||
global $translation;
|
||||
|
||||
// if the second parameter $lang is an array does mean it was specify to use as data
|
||||
// if the second parameter ($lang) is an array, it was specified to use it as data
|
||||
if (is_array($lang)) {
|
||||
$data = $lang;
|
||||
$lang = SYS_LANG;
|
||||
@@ -1409,7 +1409,7 @@ class Bootstrap
|
||||
*
|
||||
* @param $path path to scan recursively the write permission
|
||||
* @param $flags to notive glob function
|
||||
* @param $pattern pattern to filter some specify files
|
||||
* @param $pattern pattern to filter some specified files
|
||||
* @return <array> array containing the recursive glob results
|
||||
*/
|
||||
public function rglob($pattern = '*', $flags = 0, $path = '')
|
||||
|
||||
@@ -2095,7 +2095,7 @@ class G
|
||||
{
|
||||
global $translation;
|
||||
|
||||
// if the second parameter $lang is an array does mean it was specify to use as data
|
||||
// if the second parameter ($lang) is an array, it was specified to use as data
|
||||
if (is_array( $lang )) {
|
||||
$data = $lang;
|
||||
$lang = SYS_LANG;
|
||||
@@ -3634,7 +3634,7 @@ class G
|
||||
* @author Erik Amaru Ortiz <erik@colosa.com>
|
||||
*
|
||||
* @param $path path to scan recursively the write permission
|
||||
* @param $pattern pattern to filter some specify files
|
||||
* @param $pattern pattern to filter some specified files
|
||||
* @return <boolean> if the $path, assuming that is a directory -> all files in it are writeables or not
|
||||
*/
|
||||
public function is_rwritable($path, $pattern = '*')
|
||||
@@ -3655,7 +3655,7 @@ class G
|
||||
*
|
||||
* @param $path path to scan recursively the write permission
|
||||
* @param $flags to notive glob function
|
||||
* @param $pattern pattern to filter some specify files
|
||||
* @param $pattern pattern to filter some specified files
|
||||
* @return <array> array containing the recursive glob results
|
||||
*/
|
||||
public static function rglob($pattern = '*', $flags = 0, $path = '')
|
||||
|
||||
@@ -24,8 +24,8 @@ Usage: {$argv[0]} [build-crud] [gen-ini] [-p <plugin name>] [-w <workspace name>
|
||||
Options:
|
||||
build-crud : Task, build Rest Crud API.
|
||||
gen-ini : Task, generates the rest config ini file.
|
||||
-p : Specify a plugin to set as enviroment to perform the tasks.
|
||||
-w : Specify a workspace to set as enviroment to perform the tasks.
|
||||
-p : Specifies a plugin to set as environment to perform the tasks.
|
||||
-w : Specifies a workspace to set as environment to perform the tasks.
|
||||
|
||||
EOT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user