Issue #2472453 by googletorp, jhodgdon: Use full namespace for @return documentation

8.0.x
xjm 2015-04-23 20:26:52 -05:00
parent b9114f685b
commit e9d6bd79a2
2 changed files with 4 additions and 3 deletions

View File

@ -28,8 +28,7 @@ interface EntityDisplayModeInterface extends ConfigEntityInterface {
* @param string $target_entity_type
* The target entity type for this display mode.
*
* @return Drupal\Core\Entity\EntityDisplayModeInterface
* The display mode object, for fluent interface.
* @return $this
*/
public function setTargetType($target_entity_type);
}

View File

@ -57,7 +57,9 @@ class DrupalKernelTest extends KernelTestBase {
* A list of modules to enable on the kernel.
* @param bool $read_only
* Build the kernel in a read only state.
* @return DrupalKernel
*
* @return \Drupal\Core\DrupalKernel
* New kernel for testing.
*/
protected function getTestKernel(Request $request, array $modules_enabled = NULL, $read_only = FALSE) {
// Manually create kernel to avoid replacing settings.