Issue #2242585 by filijonka: Fix file docs in bootstrap.inc

8.0.x
Jennifer Hodgdon 2014-04-16 15:49:23 -07:00
parent ebdb310c3e
commit 7f1f993423
1 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,8 @@
<?php
/**
* @file
* Functions that need to be loaded on every Drupal request.
*/
use Drupal\Component\Utility\Crypt;
use Drupal\Component\Utility\NestedArray;
@ -25,11 +29,6 @@ use Drupal\Core\Lock\DatabaseLockBackend;
use Drupal\Core\Lock\LockBackendInterface;
use Drupal\Core\Session\AnonymousUserSession;
/**
* @file
* Functions that need to be loaded on every Drupal request.
*/
/**
* Minimum supported version of PHP.
*/