Andreas von Burg 3 năm trước cách đây
mục cha
commit
4d74fc52ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src-php/app/internship/model/ArticleDao.php

+ 1 - 1
src-php/app/internship/model/ArticleDao.php

@@ -7,7 +7,7 @@ use internship\bo\Article;
 class ArticleDao {
 	private EntityManager $em;
 
-	private function _init(EntityManager $em) {
+	private function _init(EntityManager $em): void {
 		$this->em = $em;
 	}