Skip to content

Commit 1782dd1

Browse files
committed
more
1 parent 9e128bf commit 1782dd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Bootstraps/Drupal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class Drupal implements BootstrapInterface, ApplicationEnvironmentAwareInterface
2929
/**
3030
* Instantiate the bootstrap, storing the $appenv
3131
*
32-
* @param $appenv
33-
* @param $debug
32+
* @param string $appenv
33+
* @param boolean $debug
3434
*/
3535
public function initialize($appenv, $debug)
3636
{

Bootstraps/Laravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Laravel implements BootstrapInterface, HooksInterface, RequestClassProvide
2929
* Instantiate the bootstrap, storing the $appenv
3030
*
3131
* @param string|null $appenv The environment your application will use to bootstrap (if any)
32-
* @param $debug
32+
* @param boolean $debug
3333
*/
3434
public function initialize($appenv, $debug)
3535
{

0 commit comments

Comments
 (0)