This pull request includes updates to the docker.versions.plg file and improvements to the GithubToken class in GithubToken.php. The most significant changes involve updating the plugin version and fixing a type issue on the settings page, as well as enhancing the formSubmit method to allow a nullable return type.
Plugin Version Update and Bug Fixes:
docker.versions.plg: Updated the plugin version to 2024.10.01 and fixed a type issue on the settings page function.
Code Improvements:
GithubToken.php: Modified the formSubmit method in the GithubToken class to return string|null instead of just string.
GithubToken.php: Removed an unnecessary blank line in the formSubmit method.
3
This pull request includes updates to the
docker.versions.plg
file and improvements to theGithubToken
class inGithubToken.php
. The most significant changes involve updating the plugin version and fixing a type issue on the settings page, as well as enhancing theformSubmit
method to allow a nullable return type.Plugin Version Update and Bug Fixes:
docker.versions.plg
: Updated the plugin version to2024.10.01
and fixed a type issue on the settings page function.Code Improvements:
GithubToken.php
: Modified theformSubmit
method in theGithubToken
class to returnstring|null
instead of juststring
.GithubToken.php
: Removed an unnecessary blank line in theformSubmit
method.