2778 update h5p core and editor to v1.27 #130
contentauthor.yaml
on: pull_request
composer-validate
3s
phpstan
1m 27s
Matrix: Deploy CA to test environments
Annotations
3 errors
phpstan:
sourcecode/apis/contentauthor/stubs/h5p-core/H5PFrameworkInterface.stub#L53
Method H5PFrameworkInterface::saveLibraryData() has parameter $libraryData with no type specified.
|
phpstan:
sourcecode/apis/contentauthor/stubs/h5p-core/H5PFrameworkInterface.stub#L53
PHPDoc tag @param has invalid value (array{
libraryId: int|null The id of the library if it is an existing library
title: string The library's name
machineName: string The library machineName
majorVersion: int The library's majorVersion
minorVersion: int The library's minorVersion
patchVersion: int The library's patchVersion
runnable: bool 1 if the library is a content type, 0 otherwise
metadataSettings: array{
disable: int, 1 if the library should not support setting metadata (copyright etc)
disableExtraTitleField: int 1 if the library don't need the extra title field
}
fullscreen: int (optional) 1 if the library supports fullscreen, 0 otherwise
embedTypes: array|string (optional) list of supported embed types
preloadedJs: array{ (optional)
path: string path to a js file relative to the library root folder
}
preloadedCss: array{ (optional)
path: string path to css file relative to the library root folder
}
dropLibraryCss: array{ (optional)
machineName: string machine name for the librarys that are to drop their css
}
semantics: string (optional) Json describing the content structure for the library
language: array{ (optional)
languageCode: string Translation in json format
}
addTo: string (optional) Json
hasIcon: int (optional) 1 if the library has icon, 0 else
} $libraryData): Unexpected token "The", expected '}' at offset 192
|
phpstan
Process completed with exit code 1.
|