This commit is contained in:
2020-12-17 14:12:44 +08:00
parent 9516baef92
commit 33e5416dda
38 changed files with 100 additions and 101 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ namespace Database\Condition;
use Database\ActiveQuery;
use Database\Base\ConditionClassMap;
use Exception;
use JetBrains\PhpStorm\Pure;
use Snowflake\Core\Str;
use Snowflake\Snowflake;
@@ -59,7 +59,7 @@ class ArrayCondition extends Condition
* @param $value
* @return bool
*/
#[Pure] private function isMath($value): bool
private function isMath($value): bool
{
return isset($value[0]) && in_array($value[0], $this->math);
}