Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Jun 2015 at 16:51 UTC
Updated:
2 Jul 2015 at 05:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidComment #2
dave reidComment #3
jhodgdonThanks for the patch!
When referring to a class in API doc blocks, always include the namespace (as is done here), starting with a \ (not done here). So this needs a quick edit.
Comment #4
dave reidFair enough, I get to fix more!
Comment #5
dave reidOof:
Comment #6
dave reidFixes all namespace usages in core/lib/Drupal/Core/Queue/*
Comment #7
dave reid{@inheritdoc} not {@inheritdocs}
Comment #10
jhodgdonEverything looks right to me in this patch. Thanks!
Quick beta eval: This is just API docs.
Comment #11
alexpottCommitted 02d1a4d and pushed to 8.0.x. Thanks!
Thanks for the quick beta eval :)