]> git.andy128k.dev Git - ipf-legacy-orm.git/commitdiff
use break instead of continue to not confuse PHP
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 10 Mar 2019 12:18:28 +0000 (13:18 +0100)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 10 Mar 2019 12:18:28 +0000 (13:18 +0100)
src/orm/query/tokenizer.php

index f9a7d13f95da39215f313d0cfab9a870fb773f51..9edc46cb3593e092e280784db18420bdaa3f1e7f 100644 (file)
@@ -36,7 +36,7 @@ class IPF_ORM_Query_Tokenizer
                     }
                 break;
                 case 'by':
-                    continue;
+                    break;
                 default:
                     if ( ! isset($p)) {
                         throw new IPF_ORM_Exception(