Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2016 at 00:28 UTC
Updated:
22 Apr 2016 at 16:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jhodgdonShouldn't this be $proxy_class_generation_docs ? Maybe I'm missing something but it seems wrong...
Weird indentation here. It seems like it should go about 6 spaces in?
Comment #3
xjmOops, attached tries to fix those two things.
Comment #4
jhodgdonThat smells better. ;) I'll leave it to you to verify that the script actually works, and then I guess also run the script and put updated proxy class files themselves into the patch.
Comment #7
dawehnerYou need book module installed for it.
Comment #9
xjmThis change is needed for #2304909: Relax requirement for @file when using OO Class or Interface per file, so moving back to 8.1.x.
Comment #10
alexpottI created a duplicate issue which fixes all the proxy classes and adds a flag to not check the files for coding standards - which is correct because these files are using PSR1 and PSR2 since they are being generated by Symfony code.
Comment #11
dawehnerAh we don't have any tests for this file, I guess this is fine.
We don't actually need this because of the __call implementation, right?
Comment #12
alexpottRe #11.1 Well these files don't obey our standards so i think we should ignore them
Re #11.2 What __call implementation - the reason this is in this patch is because (not unreasonably) I just used to regenerate the proxies - we've added methods to the class being proxied but forgot to rerun it so... here we are.
Comment #13
xjmSince this is non-disruptive and a blocker for a scheduled change for the RC, I am going to consider this an RC target.
Comment #14
catchCommitted/pushed to 8.2.x and cherry-picked to 8.1.x. Thanks!
Comment #16
drummCorrecting issue status, see #2698635: Issue statuses changing by themselves?.