Commit e7504a81 authored by git's avatar git Committed by Ryan Jacobs
Browse files

Issue #2761363 by Vinay15: Remove @file tag docblock from all the .php files

parent 7edfcc4f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
<?php

/**
 * @file
 * Controller routines for Juicebox XML.
 */

namespace Drupal\juicebox\Controller;

use Symfony\Component\DependencyInjection\ContainerInterface;
@@ -19,7 +14,6 @@ use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Cache\Cache;
use Drupal\Core\Cache\CacheableResponseInterface;


/**
 * Controller routines for Juicebox XML.
 */
+0 −5
Original line number Diff line number Diff line
<?php

/**
 * @file
 * Controller routines for field-based XML.
 */

namespace Drupal\juicebox\Controller;

use Symfony\Component\DependencyInjection\ContainerInterface;
+0 −6
Original line number Diff line number Diff line
<?php

/**
 * @file
 * Controller routines for views-based XML.
 */

namespace Drupal\juicebox\Controller;

use Drupal\juicebox\JuiceboxGalleryInterface;
use Drupal\views\Views;
use Drupal\views\ViewExecutable;


/**
 * Controller routines for field-based XML.
 */
+0 −5
Original line number Diff line number Diff line
<?php

/**
 * @file
 * Contains \Drupal\devel\Form\SettingsForm.
 */

namespace Drupal\juicebox\Form;

use Drupal\Core\Form\ConfigFormBase;
+0 −5
Original line number Diff line number Diff line
<?php

/**
 * @file
 * Class to define a Drupal service with common formatter methods.
 */

namespace Drupal\juicebox;

use Symfony\Component\HttpFoundation\RequestStack;
Loading