]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/criteria/class_BaseCriteria.php
Continued:
[core.git] / framework / main / classes / criteria / class_BaseCriteria.php
index a477e0722641773e68ba01e1cc936c7a1574d150..9331121ce29431f00ba316ab51dc2f5df7e53b78 100644 (file)
@@ -291,7 +291,7 @@ abstract class BaseCriteria extends BaseFrameworkSystem implements Criteria {
                if ($this->isKeySet($criteriaType, $criteriaKey)) {
                        // Then use it
                        $value = $this->getGenericArrayElement('criteria', $criteriaType, 'entries', $criteriaKey);
-               } // END - if
+               }
 
                // Return the value
                //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($criteriaType) . '-CRITERIA: value=' . $value . ' - EXIT!');
@@ -352,7 +352,7 @@ abstract class BaseCriteria extends BaseFrameworkSystem implements Criteria {
                                if (($key == $criteriaKey) && ($criteriaValue == $entry)) {
                                        // Then count this one up
                                        $counted++;
-                               } // END - if
+                               }
                        } // END - foreach
                } // END - foreach
 
@@ -420,7 +420,7 @@ abstract class BaseCriteria extends BaseFrameworkSystem implements Criteria {
                                        $criteriaKey,
                                        urlencode($criteriaValue)
                                );
-                       } // END - if
+                       }
                } // END - foreach
 
                // Remove last semicolon
@@ -435,8 +435,8 @@ abstract class BaseCriteria extends BaseFrameworkSystem implements Criteria {
                                        $this->getLimit(),
                                        $this->getSkip()
                                );
-                       } // END - if
-               } // END - if
+                       }
+               }
 
                // Return the cache key
                return $cacheKey;