Closed (fixed)
Project:
Fivestar
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2019 at 07:40 UTC
Updated:
20 May 2020 at 08:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sergiu stici commentedHere's the patch, please review.
Comment #3
init90Hi @sergiu-stici, thanks for your work. I think we should extend the scope of the issue.
Let's fix all drupal-check warnings:
Comment #4
Vova Poroniuk commentedComment #5
init90Comment #6
karishmaamin commentedplease review the code.
Comment #7
avpadernoComment #8
tr commentedComment #10
tr commentedPatch #6 still applies.
Comment #11
tr commented@karishmaamin Your replacement for file_scan_directory() was just wrong. That code would never run - you can't call a method on an interface - interfaces don't have implementations, you need to use an actual class. Also, the syntax was for a static call when scanDirectory() is not a static function.
Here's a new patch to fix that.
Comment #12
tr commentedComment #14
tr commentedComment #16
tr commentedCommitted.