-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doctum does not yet support array shapes code-lts/doctum#56
- Loading branch information
Showing
7 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -766,10 +766,10 @@ public function addAutolabels($hash, $organization = null): SourceImage | |
} | ||
|
||
/** | ||
* @param string[] $languages | ||
* @param string $hash | ||
* @param string|null $organization | ||
* @param array{force?: bool} $options if force is true, the description is generated again even if it already exists | ||
* @param string[] $languages | ||
* @param string $hash | ||
* @param string|null $organization | ||
* @param array $options if force is true, the description is generated again even if it already exists. array shape array{force?: bool} (not yet supported by doctum) | ||
*/ | ||
public function addAutodescription($languages, $hash, $organization = null, array $options = []): SourceImage | ||
Check failure on line 774 in src/Image.php GitHub Actions / build
Check failure on line 774 in src/Image.php GitHub Actions / build
|
||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters