Skip to content

Commit

Permalink
EZP-31783: Updated CS #2
Browse files Browse the repository at this point in the history
  • Loading branch information
SerheyDolgushev committed Sep 22, 2020
1 parent d064c1a commit 0e3c6cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private function getAllowedContentTypesIdentifiers(

$restrictedContentTypes = $contentTypeService->loadContentTypeList($restrictedContentTypesIds);

return array_values(array_map(function (ContentType $contentType): string {
return array_values(array_map(static function (ContentType $contentType): string {
return $contentType->identifier;
}, (array)$restrictedContentTypes));
}
Expand Down

0 comments on commit 0e3c6cf

Please sign in to comment.