Issue #2242585 by filijonka: Fix file docs in bootstrap.inc
parent
ebdb310c3e
commit
7f1f993423
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue