Skip to content

Commit 8a31642

Browse files
0.0.5: #1
1 parent e67db11 commit 8a31642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function configure() {$this->setName('tfc:image')->setDescription('Pro
2626
*/
2727
protected function p() {
2828
df_google_init_service_account();
29-
$ii = array_slice($this->images(), 0, 10); /** @var string[] $ii */
29+
$ii = $this->images(); /** @var string[] $ii */
3030
$count = count($ii); /** @var int $count */
3131
$c = 0;
3232
foreach ($ii as $i) {/** @var string $i */

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tradefurniturecompany/image"
3-
,"version": "0.0.4"
3+
,"version": "0.0.5"
44
,"description": "A custom image processing module for tradefurniturecompany.co.uk (Magento 2)"
55
,"type": "magento2-module"
66
,"homepage": "https://github.com/tradefurniturecompany/image"

0 commit comments

Comments
 (0)