Commit 8bf1e770 authored by git's avatar git Committed by Tolga Özses
Browse files

Issue #2854458 by nehakhadke: Remove @file tag docblock from all the .php files

parent 60e581a2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
<?php

/**
 * @file
 * Contains \Drupal\futurama\Plugin\Block\FuturamaBlock
 */

namespace Drupal\futurama\Plugin\Block;

use Drupal\Core\Block\BlockBase;