Skip to content

Commit 275bf55

Browse files
authored
2.6 remove angular (#5449)
* Removed AngularJS module * updated guides * codestyle fix
1 parent 69ed3f3 commit 275bf55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Codeception/Module/Yii2.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ protected function findRecord($model, $attributes = [])
622622
}
623623

624624
throw new \RuntimeException("$model::find() must return an instance of yii\db\QueryInterface");
625-
626625
}
627626
throw new \RuntimeException("Class $model does not have a public static find() method without required parameters");
628627
}
@@ -808,5 +807,4 @@ public function _afterSuite()
808807

809808
$_SERVER = $this->server;
810809
}
811-
812810
}

0 commit comments

Comments
 (0)