htdocs/newdrupal
$ vendor/bin/phpcs -i
The installed coding standards are MySource, PEAR, PSR1, PSR2, PSR12, Squiz, Zend, Drupal, DrupalPractice and SlevomatCodingStandard

htdocs/newdrupal
$ vendor/bin/phpcs --standard=Drupal web/core/modules/image

FILE: modules\image\image.api.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
16 | ERROR | Missing parameter type
----------------------------------------------------------------------

FILE: modules\image\image.views.inc
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
53 | ERROR | The array declaration extends to column 130 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\src\Annotation\ImageEffect.php
-------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-------------------------------------------------------------------------------------
10 | ERROR | [x] Doc comment long description must end with a full stop
40 | ERROR | [ ] The @var tag must be the first tag in a member variable comment
53 | ERROR | [ ] The @var tag must be the first tag in a member variable comment
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------

FILE: modules\image\src\Controller\ImageStyleDownloadController.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------
187 | ERROR | The array declaration extends to column 216 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\src\Entity\ImageStyle.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------------------------------------
250 | ERROR | The array declaration extends to column 147 (the limit is 120). The array content should be split up over multiple lines
427 | ERROR | Public method name "ImageStyle::getReplacementID" is not in lowerCamel format
----------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\src\Form\ImageEffectAddForm.php
------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------
46 | ERROR | [x] Parameter $image_style has null default value, but is not marked as nullable.
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: modules\image\src\Form\ImageEffectDeleteForm.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------------------------------------
34 | ERROR | [ ] The array declaration extends to column 179 (the limit is 120). The array content should be split up over multiple lines
61 | ERROR | [x] Parameter $image_style has null default value, but is not marked as nullable.
-------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\src\Form\ImageEffectEditForm.php
------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------
18 | ERROR | [x] Parameter $image_style has null default value, but is not marked as nullable.
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: modules\image\src\Form\ImageEffectFormBase.php
------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------
56 | ERROR | [x] Parameter $image_style has null default value, but is not marked as nullable.
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: modules\image\src\ImageEffectInterface.php
-----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------
29 | WARNING | Line exceeds 80 characters; contains 81 characters
-----------------------------------------------------------------------------------

FILE: modules\image\src\ImageEffectPluginCollection.php
------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------
15 | ERROR | Description for the @return value is missing
17 | WARNING | Possible useless method overriding detected
------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\Field\FieldType\ImageItem.php
-----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------
415 | WARNING | Line exceeds 80 characters; contains 83 characters
-----------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\Field\FieldWidget\ImageWidget.php
-----------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------
53 | ERROR | [x] Parameter $image_factory has null default value, but is not marked as nullable.
112 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\ImageEffect\ConvertImageEffect.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
25 | ERROR | The array declaration extends to column 207 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\ImageEffect\CropImageEffect.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
27 | ERROR | The array declaration extends to column 282 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\ImageEffect\DesaturateImageEffect.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
24 | ERROR | The array declaration extends to column 288 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\ImageEffect\ResizeImageEffect.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
25 | ERROR | The array declaration extends to column 284 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\ImageEffect\RotateImageEffect.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
32 | ERROR | The array declaration extends to column 284 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\ImageEffect\ScaleAndCropImageEffect.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
31 | ERROR | The array declaration extends to column 292 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\ImageEffect\ScaleImageEffect.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
25 | ERROR | The array declaration extends to column 283 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\migrate\field\d6\ImageField.php
-------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------
9 | ERROR | Missing short description in doc comment
-------------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\migrate\field\d7\ImageField.php
-------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------
8 | ERROR | Missing short description in doc comment
-------------------------------------------------------------------------------------------------

FILE: modules\image\src\Plugin\migrate\process\d6\ImageCacheActions.php
----------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------
9 | ERROR | Missing short description in doc comment
----------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\ImageAdminStylesTest.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 6 WARNINGS AFFECTING 9 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
115 | WARNING | [x] There must be no blank line following an inline comment
131 | WARNING | [x] There must be no blank line following an inline comment
169 | ERROR | [ ] The array declaration extends to column 249 (the limit is 120). The array content should be split up over multiple lines
183 | WARNING | [x] There must be no blank line following an inline comment
214 | ERROR | [ ] The array declaration extends to column 190 (the limit is 120). The array content should be split up over multiple lines
250 | WARNING | [x] There must be no blank line following an inline comment
254 | ERROR | [ ] The array declaration extends to column 190 (the limit is 120). The array content should be split up over multiple lines
289 | WARNING | [x] There must be no blank line following an inline comment
301 | WARNING | [x] There must be no blank line following an inline comment
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\ImageDimensionsTest.php
---------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 3 WARNINGS AFFECTING 4 LINES
---------------------------------------------------------------------------------------------------
34 | ERROR | [ ] Missing member variable doc comment
112 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
228 | WARNING | [ ] Line exceeds 80 characters; contains 144 characters
237 | WARNING | [x] There must be no blank line following an inline comment
---------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\ImageFieldDefaultImagesTest.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
57 | ERROR | The array declaration extends to column 125 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\ImageFieldDisplayTest.php
-------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 3 WARNINGS AFFECTING 6 LINES
-------------------------------------------------------------------------------------------------------------------------------
58 | ERROR | [ ] Public method name "ImageFieldDisplayTest::_testImageFieldFormatters" is not in lowerCamel format
84 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
277 | WARNING | [x] There must be no blank line following an inline comment
389 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
452 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters
531 | WARNING | [x] There must be no blank line following an inline comment
-------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\ImageFieldTestBase.php
---------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 5 LINES
---------------------------------------------------------------------------------------------------------------
9 | WARNING | [x] 'TODO: Test the following functions.' should match the format '@todo Fix problem X here.'
98 | ERROR | [ ] Missing parameter type
100 | ERROR | [ ] Missing parameter type
102 | ERROR | [ ] Missing parameter type
104 | ERROR | [ ] Missing parameter type
---------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\ImageFieldValidateTest.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------------------------------------------------------------------------
253 | ERROR | The array declaration extends to column 226 (the limit is 120). The array content should be split up over multiple lines
254 | ERROR | The array declaration extends to column 284 (the limit is 120). The array content should be split up over multiple lines
255 | ERROR | The array declaration extends to column 238 (the limit is 120). The array content should be split up over multiple lines
256 | ERROR | The array declaration extends to column 143 (the limit is 120). The array content should be split up over multiple lines
257 | ERROR | The array declaration extends to column 201 (the limit is 120). The array content should be split up over multiple lines
260 | ERROR | The array declaration extends to column 197 (the limit is 120). The array content should be split up over multiple lines
272 | ERROR | Description for the @return value is missing
----------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\ImageFieldWidgetTest.php
----------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------
23 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\ImageOnTranslatedEntityTest.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------------------------------------------------------------------------
115 | ERROR | The array declaration extends to column 144 (the limit is 120). The array content should be split up over multiple lines
129 | ERROR | The array declaration extends to column 142 (the limit is 120). The array content should be split up over multiple lines
162 | ERROR | The array declaration extends to column 130 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\ImageStyleFlushTest.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------------------------------------------------------------------------
103 | ERROR | The array declaration extends to column 200 (the limit is 120). The array content should be split up over multiple lines
107 | ERROR | The array declaration extends to column 201 (the limit is 120). The array content should be split up over multiple lines
124 | ERROR | The array declaration extends to column 204 (the limit is 120). The array content should be split up over multiple lines
127 | ERROR | The array declaration extends to column 206 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\ImageStylesPathAndUrlTest.php
---------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------
258 | WARNING | Line exceeds 80 characters; contains 81 characters
---------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\Rest\ImageStyleJsonAnonTest.php
-----------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------
7 | ERROR | Missing short description in doc comment
-----------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\Rest\ImageStyleJsonBasicAuthTest.php
----------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------
7 | ERROR | Missing short description in doc comment
----------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\Rest\ImageStyleJsonCookieTest.php
-------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------
7 | ERROR | Missing short description in doc comment
-------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\Rest\ImageStyleXmlAnonTest.php
----------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------
8 | ERROR | Missing short description in doc comment
----------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\Rest\ImageStyleXmlBasicAuthTest.php
---------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------
8 | ERROR | Missing short description in doc comment
---------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Functional\Rest\ImageStyleXmlCookieTest.php
------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------
8 | ERROR | Missing short description in doc comment
------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\FunctionalJavascript\ImageFieldValidateTest.php
-----------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
25 | ERROR | Public method name "ImageFieldValidateTest::testAJAXValidationMessage" is not in lowerCamel format
-----------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Kernel\ImageFormatterTest.php
----------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------------------------------
28 | ERROR | Missing short description in doc comment
33 | ERROR | Missing short description in doc comment
38 | ERROR | Missing short description in doc comment
43 | ERROR | Missing short description in doc comment
----------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Kernel\ImageItemTest.php
-----------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------
38 | ERROR | Missing short description in doc comment
-----------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Kernel\ImageStyleCustomStreamWrappersTest.php
--------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------
75 | ERROR | Parameter tags must be defined first in a doc comment
--------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Kernel\ImageThemeFunctionTest.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------------------------------------------------------------------------
49 | ERROR | Missing short description in doc comment
121 | ERROR | The array declaration extends to column 216 (the limit is 120). The array content should be split up over multiple lines
129 | ERROR | The array declaration extends to column 228 (the limit is 120). The array content should be split up over multiple lines
202 | ERROR | The array declaration extends to column 151 (the limit is 120). The array content should be split up over multiple lines
220 | ERROR | The array declaration extends to column 155 (the limit is 120). The array content should be split up over multiple lines
239 | ERROR | The array declaration extends to column 155 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Kernel\Migrate\d6\MigrateImageCacheTest.php
------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------
146 | ERROR | [x] Parameter comment must end with a full stop
------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Kernel\Migrate\d7\MigrateImageSettingsTest.php
---------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------
14 | ERROR | Missing member variable doc comment
---------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Kernel\Migrate\d7\MigrateImageStylesTest.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 5 LINES
-------------------------------------------------------------------------------------------------------------------------------------------
35 | ERROR | [ ] The array declaration extends to column 184 (the limit is 120). The array content should be split up over multiple lines
35 | ERROR | [ ] The array declaration extends to column 179 (the limit is 120). The array content should be split up over multiple lines
36 | ERROR | [ ] The array declaration extends to column 202 (the limit is 120). The array content should be split up over multiple lines
36 | ERROR | [ ] The array declaration extends to column 139 (the limit is 120). The array content should be split up over multiple lines
36 | ERROR | [ ] The array declaration extends to column 201 (the limit is 120). The array content should be split up over multiple lines
37 | ERROR | [ ] The array declaration extends to column 216 (the limit is 120). The array content should be split up over multiple lines
37 | ERROR | [ ] The array declaration extends to column 158 (the limit is 120). The array content should be split up over multiple lines
37 | ERROR | [ ] The array declaration extends to column 215 (the limit is 120). The array content should be split up over multiple lines
48 | ERROR | [x] Parameter comment must end with a full stop
50 | ERROR | [x] Parameter comment must end with a full stop
-------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------

FILE: modules\image\tests\src\Unit\ImageStyleTest.php
----------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------------------------
174 | ERROR | String concat is not required here; use a single string instead
175 | ERROR | String concat is not required here; use a single string instead
195 | ERROR | String concat is not required here; use a single string instead
196 | ERROR | String concat is not required here; use a single string instead
----------------------------------------------------------------------------------------

Time: 9.11 secs; Memory: 18MB

Comments

bhavna1305 created an issue. See original summary.

bhavna1305’s picture

Issue summary: View changes
joachim’s picture

Status: Active » Closed (outdated)

Hi. This module is for D7, so coding standards will be outdated.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.