Skip to content

Commit

Permalink
Merge branch '4.3-dev' into 4.3-routing-alias-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Feb 7, 2023
2 parents ae83756 + 063f9a3 commit daf24cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function getLocaliseAdmin(DatabaseInterface $db = null)

/**
* Get the system message queue. This is a mock
* to fulfill the interface requirements and is not functional.
* to fullfill the interface requirements and is not functional.
*
* @return array The system message queue.
*
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Form/Field/ModuleorderField.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ModuleorderField extends FormField
* The linked property
*
* @var string
* @since __DEPLOY_VERSION__
* @since __DEPLOY_VERSION_
*/
protected $linked;

Expand Down
2 changes: 1 addition & 1 deletion plugins/fields/media/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since __DEPLOY_VERSOIN__
*/
public function register(Container $container)
{
Expand Down

0 comments on commit daf24cd

Please sign in to comment.