Showing 1,049 of 1,049 total issues
The variable $script_name is not named in camelCase. Open
Open
public function getLangUrl($newlang = null)
{
$script_name = str_replace('/src/index.php', '', $this->getServerConstant('SCRIPT_NAME'));
$langurl = substr(str_replace($script_name, '', strval($this->getServerConstant('REQUEST_URI'))), 1);
if ($newlang !== null) {
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $quoted_values is not named in camelCase. Open
Open
private function generateCountLangConceptsQuery($langs, $classes, $props)
{
$gcl = $this->graphClause;
$classes = ($classes) ? $classes : array('http://www.w3.org/2004/02/skos/core#Concept');
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $quoted_values is not named in camelCase. Open
Open
private function generateCountLangConceptsQuery($langs, $classes, $props)
{
$gcl = $this->graphClause;
$classes = ($classes) ? $classes : array('http://www.w3.org/2004/02/skos/core#Concept');
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $quote_string is not named in camelCase. Open
Open
private function generateCountLangConceptsQuery($langs, $classes, $props)
{
$gcl = $this->graphClause;
$classes = ($classes) ? $classes : array('http://www.w3.org/2004/02/skos/core#Concept');
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
TODO found Open
Open
// @TODO : in a global search showDeprecated will always be false and cannot be set globally
- Exclude checks
TODO found Open
Open
// TODO: get the results list form cache if it is implemented
- Exclude checks
TODO found Open
Open
* TODO: Showing labels in other languages, extra concept information and such goes here
- Exclude checks
TODO found Open
Open
# TODO: sort by URI as last resort
- Exclude checks
TODO found Open
Open
// TODO: if the search term is in cache, use the cache
- Exclude checks