Age | Commit message (Collapse) | Author | Files | Lines |
|
The id parameter of the Pagelet and Resource constructor doesn't accept
NULL values anymore (since 76cdd118d68bda3b7b29b192c7bf3d6e02bd6079).
Therefore, allow NULL values by using the parameter type "?string"
instead of "string" to allow either string values or NULL.
|
|
* Rename "ID" property of the Item class to "id"
* Rename "customID" constructor parameter to "id"
* Rename "resourceURL" property of the Resource class to "url"
* Rename "resourceURL" constructor parameter to "url"
|
|
|
|
The first parameter for the constructor of the Resource classes should
not be optional if the next parameters obviously are non-optional. The
optional parameters (if any) must come after the required parameters.
|
|
Remove the unnecessary PHP closing tags and ensure that
*all* non-binary files ending with an LF character.
|
|
|