File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function registeringPackage()
5454 });
5555 }
5656
57- public static function getTranslateServiceFromConfig (?string $ serviceName = null ): TranslateServiceInterface
57+ public static function getTranslateServiceFromConfig (?string $ serviceName = null ): ? TranslateServiceInterface
5858 {
5959 $ service = $ serviceName ?? config ('translator.translate.service ' );
6060
@@ -74,7 +74,7 @@ public static function getTranslateServiceFromConfig(?string $serviceName = null
7474 };
7575 }
7676
77- public static function getproofreadServiceFromConfig (?string $ serviceName = null ): ProofreadServiceInterface
77+ public static function getproofreadServiceFromConfig (?string $ serviceName = null ): ? ProofreadServiceInterface
7878 {
7979 $ service = $ serviceName ?? config ('translator.proofread.service ' );
8080
@@ -91,7 +91,7 @@ public static function getproofreadServiceFromConfig(?string $serviceName = null
9191 };
9292 }
9393
94- public static function getSearchcodeServiceFromConfig (?string $ serviceName = null ): SearchCodeServiceInterface
94+ public static function getSearchcodeServiceFromConfig (?string $ serviceName = null ): ? SearchCodeServiceInterface
9595 {
9696 $ service = $ serviceName ?? config ('translator.searchcode.service ' );
9797
You can’t perform that action at this time.
0 commit comments