Skip to content

Commit

Permalink
Fixed @since tags
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed May 23, 2023
1 parent 0355d7f commit f9fe570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/base/ElementInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public static function findSource(string $sourceKey, ?string $context = null): ?
* @param string $stepKey
* @param string|null $context
* @return array[]|null
* @since 3.8.12
* @since 4.4.12
*/
public static function sourcePath(string $sourceKey, string $stepKey, ?string $context): ?array;

Expand Down
2 changes: 1 addition & 1 deletion src/controllers/ElementIndexesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function getElementQuery(): ElementQueryInterface
/**
* Returns the source path for the given source key, step key, and context.
*
* @since 3.8.12
* @since 4.4.12
*/
public function actionSourcePath(): Response
{
Expand Down

0 comments on commit f9fe570

Please sign in to comment.