Problem/Motivation
Looking for some things to work on the code I found a simple @todo tag that I could work with.
Steps to reproduce
Open libraries/src/ExternalLibrary/LibraryManager.php and check @todo tag on line 115.
@todo Validate that the type is a string.
Proposed resolution
Add a validation to check the type.
Remaining tasks
Review patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3256949-2.patch | 846 bytes | andregp |
Issue fork libraries-3256949
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
andregp commentedHere is the patch
Comment #3
tmaiochi commentedComment #4
tmaiochi commentedSteps performed:
(1) Installed module
(2) Reproduced the issue.
(3) Applied patch.
(4) Code review on changes.
The patch checks correctly if type is a string.
(5) Tested again with patch, issue resolved.
Comment #10
joseph.olstad