Skip to content

Commit 084b71c

Browse files
committed
Last versions
1 parent f3a5f07 commit 084b71c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535

3636
"require-dev" : {
37-
"jbzoo/toolbox-dev" : "^2.1.0",
38-
"jbzoo/data" : "^4.0.0",
37+
"jbzoo/toolbox-dev" : "^2.3.1",
38+
"jbzoo/data" : "^4.0.1",
3939
"symfony/process" : "^4.4|^5.0",
4040
"symfony/polyfill-mbstring" : "^1.12"
4141
},

src/Image.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public static function isWebp(?string $format = null): bool
125125
* Where red, green, blue - integers 0-255, alpha - integer 0-127
126126
* @return int[]
127127
* @throws Exception
128+
* @SuppressWarnings(PHPMD.DevelopmentCodeFragment)
128129
*/
129130
public static function normalizeColor($origColor): array
130131
{

0 commit comments

Comments
 (0)