Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit f9ad7b6

Browse files
authored
Apply fixes from StyleCI (#106)
[ci skip] [skip ci]
1 parent ddaef8c commit f9ad7b6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/TestCase.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected function setUp(): void
3434
/**
3535
* Sign in a Statamic user.
3636
*
37-
* @param array $permissions
37+
* @param array $permissions
3838
*
3939
* @return mixed
4040
*/
@@ -66,7 +66,7 @@ protected function signInAdmin()
6666
/**
6767
* Load package service provider.
6868
*
69-
* @param Application $app
69+
* @param Application $app
7070
*
7171
* @return array
7272
*/
@@ -82,7 +82,7 @@ protected function getPackageProviders($app)
8282
/**
8383
* Load package alias.
8484
*
85-
* @param Application $app
85+
* @param Application $app
8686
*
8787
* @return array
8888
*/
@@ -96,7 +96,7 @@ protected function getPackageAliases($app)
9696
/**
9797
* Load Environment.
9898
*
99-
* @param Application $app
99+
* @param Application $app
100100
*/
101101
protected function getEnvironmentSetUp($app)
102102
{
@@ -113,7 +113,7 @@ protected function getEnvironmentSetUp($app)
113113
/**
114114
* Resolve the Application Configuration and set the Statamic configuration.
115115
*
116-
* @param Application $app
116+
* @param Application $app
117117
*/
118118
protected function resolveApplicationConfiguration($app)
119119
{

0 commit comments

Comments
 (0)