소스 검색

php stan fix

Vincent 1 년 전
부모
커밋
9947090a06
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      src/Entity/Organization/Settings.php

+ 7 - 0
src/Entity/Organization/Settings.php

@@ -77,11 +77,18 @@ class Settings
         return $this;
     }
 
+    /**
+     * @return mixed[]|null
+     */
     public function getModules(): ?array
     {
         return $this->modules;
     }
 
+    /**
+     * @param mixed[]|null $modules
+     * @return $this
+     */
     public function setModules(?array $modules): self
     {
         $this->modules = $modules;