YII2 WHERE条件 不等于的写法

self::find()->asArray()->where(['parent_id'=>'0'])->andWhere(['<>','id',$mine])->orderBy('id')->all();