File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ composer.lock
12/vendor /
23/debug /
34.vscode
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -168,9 +168,9 @@ public function getBroad(string $code): string
168168 *
169169 * @param string $code The code of the field of study to check.
170170 *
171- * @return string
171+ * @return string|null
172172 */
173- public function getNarrow (string $ code ): string
173+ public function getNarrow (string $ code ): ? string
174174 {
175175 return $ this ->get ($ code )[self ::NARROW ];
176176 }
@@ -180,9 +180,9 @@ public function getNarrow(string $code): string
180180 *
181181 * @param string $code The code of the field of study to check.
182182 *
183- * @return string
183+ * @return string|null
184184 */
185- public function getDetailed (string $ code ): string
185+ public function getDetailed (string $ code ): ? string
186186 {
187187 return $ this ->get ($ code )[self ::DETAILED ];
188188 }
You can’t perform that action at this time.
0 commit comments