Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Sep 2013 at 20:24 UTC
Updated:
29 Jul 2014 at 22:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cosmicdreams commentedHere's a patch that shows what I'm saying
Comment #2
les limComing from the discussion here:
#1487760: [policy, no patch] Decide on documentation standards for namespaced items
Comment #3
tim.plunketta) This is correct
b) We just did #2053489: Standardize on \Drupal throughout core
RTBC if green.
Comment #4
cosmicdreams commentedNeed to convert params, new patch coming soon.
Comment #5
cosmicdreams commentednope I got the params, nevermind.
Comment #6
dawehner+1
Comment #7
slashrsm commented+1
Comment #8
dawehner.
Comment #9
mtift+1
Comment #10
andypostthis need avoid commit conflicts tag
Also there could be a new hunks introduced with latest commits
Comment #11
cosmicdreams commentedLet's see if this needs a reroll
Comment #12
cosmicdreams commented#1: 2100329-1.patch queued for re-testing.
Comment #13
andypost@cosmicdreams is there a pattern to quickly grep for? to make sure all places are fixed
Comment #14
cosmicdreams commentedYea, the patterns are :
replace all "@return Drupal\" with @return \Drupal\
replace all "@see Drupal\" with @see \Drupal\
replace all "@param Drupal\" with @param \Drupal\
Comment #15
les limAlso these:
replace all "@var Drupal\" with @var \Drupal\
replace all "@throws Drupal\" with @throws \Drupal\
Comment #16
alexpottGetting this in whilst it still applies - we can pick up any stragglers in a followup.
Committed 3cee107 and pushed to 8.x. Thanks!