Skip to content

Commit ba0a2ad

Browse files
committed
refactor: Autofix code style.
1 parent 56cd17b commit ba0a2ad

91 files changed

Lines changed: 473 additions & 36 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

spec/loophp/combinator/Combinator/ASpec.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* For the full copyright and license information, please view
5+
* the LICENSE file that was distributed with this source code.
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace spec\loophp\combinator\Combinator;

spec/loophp/combinator/Combinator/BSpec.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* For the full copyright and license information, please view
5+
* the LICENSE file that was distributed with this source code.
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace spec\loophp\combinator\Combinator;

spec/loophp/combinator/Combinator/BlackbirdSpec.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* For the full copyright and license information, please view
5+
* the LICENSE file that was distributed with this source code.
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace spec\loophp\combinator\Combinator;

spec/loophp/combinator/Combinator/CSpec.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* For the full copyright and license information, please view
5+
* the LICENSE file that was distributed with this source code.
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace spec\loophp\combinator\Combinator;

spec/loophp/combinator/Combinator/DSpec.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* For the full copyright and license information, please view
5+
* the LICENSE file that was distributed with this source code.
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace spec\loophp\combinator\Combinator;

spec/loophp/combinator/Combinator/ESpec.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* For the full copyright and license information, please view
5+
* the LICENSE file that was distributed with this source code.
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace spec\loophp\combinator\Combinator;

spec/loophp/combinator/Combinator/FSpec.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* For the full copyright and license information, please view
5+
* the LICENSE file that was distributed with this source code.
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace spec\loophp\combinator\Combinator;

spec/loophp/combinator/Combinator/GSpec.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* For the full copyright and license information, please view
5+
* the LICENSE file that was distributed with this source code.
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace spec\loophp\combinator\Combinator;

spec/loophp/combinator/Combinator/HSpec.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* For the full copyright and license information, please view
5+
* the LICENSE file that was distributed with this source code.
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace spec\loophp\combinator\Combinator;

spec/loophp/combinator/Combinator/ISpec.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* For the full copyright and license information, please view
5+
* the LICENSE file that was distributed with this source code.
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace spec\loophp\combinator\Combinator;

0 commit comments

Comments
 (0)