Skip to content

Commit

Permalink
0.0.5: #1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 26, 2020
1 parent e67db11 commit 8a31642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected function configure() {$this->setName('tfc:image')->setDescription('Pro
*/
protected function p() {
df_google_init_service_account();
$ii = array_slice($this->images(), 0, 10); /** @var string[] $ii */
$ii = $this->images(); /** @var string[] $ii */
$count = count($ii); /** @var int $count */
$c = 0;
foreach ($ii as $i) {/** @var string $i */
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tradefurniturecompany/image"
,"version": "0.0.4"
,"version": "0.0.5"
,"description": "A custom image processing module for tradefurniturecompany.co.uk (Magento 2)"
,"type": "magento2-module"
,"homepage": "https://github.com/tradefurniturecompany/image"
Expand Down

0 comments on commit 8a31642

Please sign in to comment.