You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+4-46Lines changed: 4 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -218,13 +218,7 @@ parameters:
218
218
path:examples/imageWithLogo.php
219
219
220
220
-
221
-
rawMessage:'Method QRGdRounded::__construct() has parameter $options with no value type specified in iterable type iterable.'
222
-
identifier:missingType.iterableValue
223
-
count:1
224
-
path:examples/imageWithRoundedShapes.php
225
-
226
-
-
227
-
rawMessage:'Parameter #1 $properties of class chillerlan\QRCode\QROptions constructor expects array<string, mixed>|null, iterable given.'
221
+
rawMessage:'Parameter #1 $properties of class chillerlan\QRCode\QROptions constructor expects array<string, mixed>|null, array<string, mixed>|(chillerlan\Settings\SettingsContainerInterface&iterable) given.'
228
222
identifier:argument.type
229
223
count:1
230
224
path:examples/imageWithRoundedShapes.php
@@ -602,13 +596,7 @@ parameters:
602
596
path:src/Decoder/Decoder.php
603
597
604
598
-
605
-
rawMessage:'Method chillerlan\QRCode\Decoder\Decoder::__construct() has parameter $options with no value type specified in iterable type iterable.'
606
-
identifier:missingType.iterableValue
607
-
count:1
608
-
path:src/Decoder/Decoder.php
609
-
610
-
-
611
-
rawMessage:'Parameter #1 $properties of class chillerlan\QRCode\QROptions constructor expects array<string, mixed>|null, iterable given.'
599
+
rawMessage:'Parameter #1 $properties of class chillerlan\QRCode\QROptions constructor expects array<string, mixed>|null, (chillerlan\Settings\SettingsContainerInterface&iterable)|iterable<string, mixed> given.'
612
600
identifier:argument.type
613
601
count:1
614
602
path:src/Decoder/Decoder.php
@@ -742,12 +730,6 @@ parameters:
742
730
count:1
743
731
path:src/Output/QRFpdf.php
744
732
745
-
-
746
-
rawMessage:'Method chillerlan\QRCode\Output\QRFpdf::__construct() has parameter $options with no value type specified in iterable type iterable.'
747
-
identifier:missingType.iterableValue
748
-
count:1
749
-
path:src/Output/QRFpdf.php
750
-
751
733
-
752
734
rawMessage:'''
753
735
Access to deprecated property $circleDiameter of class chillerlan\QRCode\Output\QROutputAbstract:
@@ -803,13 +785,7 @@ parameters:
803
785
path:src/Output/QRGdImage.php
804
786
805
787
-
806
-
rawMessage:'Method chillerlan\QRCode\Output\QRGdImage::__construct() has parameter $options with no value type specified in iterable type iterable.'
807
-
identifier:missingType.iterableValue
808
-
count:1
809
-
path:src/Output/QRGdImage.php
810
-
811
-
-
812
-
rawMessage:'Parameter #1 $properties of class chillerlan\QRCode\QROptions constructor expects array<string, mixed>|null, iterable given.'
788
+
rawMessage:'Parameter #1 $properties of class chillerlan\QRCode\QROptions constructor expects array<string, mixed>|null, array<string, mixed>|(chillerlan\Settings\SettingsContainerInterface&iterable) given.'
813
789
identifier:argument.type
814
790
count:1
815
791
path:src/Output/QRGdImage.php
@@ -871,12 +847,6 @@ parameters:
871
847
count:1
872
848
path:src/Output/QRImagick.php
873
849
874
-
-
875
-
rawMessage:'Method chillerlan\QRCode\Output\QRImagick::__construct() has parameter $options with no value type specified in iterable type iterable.'
876
-
identifier:missingType.iterableValue
877
-
count:1
878
-
path:src/Output/QRImagick.php
879
-
880
850
-
881
851
rawMessage:'''
882
852
Access to deprecated property $circleRadius of class chillerlan\QRCode\Output\QROutputAbstract:
@@ -922,12 +892,6 @@ parameters:
922
892
count:1
923
893
path:src/Output/QRInterventionImage.php
924
894
925
-
-
926
-
rawMessage:'Method chillerlan\QRCode\Output\QRInterventionImage::__construct() has parameter $options with no value type specified in iterable type iterable.'
927
-
identifier:missingType.iterableValue
928
-
count:1
929
-
path:src/Output/QRInterventionImage.php
930
-
931
895
-
932
896
rawMessage:'''
933
897
Access to deprecated property $eol of class chillerlan\QRCode\Output\QROutputAbstract:
@@ -1091,13 +1055,7 @@ parameters:
1091
1055
path:src/Output/QROutputAbstract.php
1092
1056
1093
1057
-
1094
-
rawMessage:'Method chillerlan\QRCode\Output\QROutputAbstract::__construct() has parameter $options with no value type specified in iterable type iterable.'
1095
-
identifier:missingType.iterableValue
1096
-
count:1
1097
-
path:src/Output/QROutputAbstract.php
1098
-
1099
-
-
1100
-
rawMessage:'Parameter #1 $properties of class chillerlan\QRCode\QROptions constructor expects array<string, mixed>|null, iterable given.'
1058
+
rawMessage:'Parameter #1 $properties of class chillerlan\QRCode\QROptions constructor expects array<string, mixed>|null, array<string, mixed>|(chillerlan\Settings\SettingsContainerInterface&iterable) given.'
0 commit comments