Skip to content

Commit 299dc63

Browse files
authored
Update vendors (#3)
* Update vendors * Update copyright
1 parent a4fa2b9 commit 299dc63

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Command/GenerateDocsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* This file is part of the SwaggerBundle.
44
*
5-
* (c) Stfalcon Studio <stfalcon.com>
5+
* (c) Stfalcon LLC <stfalcon.com>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.

Config/ConfigParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* This file is part of the SwaggerBundle.
44
*
5-
* (c) Stfalcon Studio <stfalcon.com>
5+
* (c) Stfalcon LLC <stfalcon.com>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* This file is part of the SwaggerBundle.
44
*
5-
* (c) Stfalcon Studio <stfalcon.com>
5+
* (c) Stfalcon LLC <stfalcon.com>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.

DependencyInjection/SwaggerExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* This file is part of the SwaggerBundle.
44
*
5-
* (c) Stfalcon Studio <stfalcon.com>
5+
* (c) Stfalcon LLC <stfalcon.com>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.

Generator/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* This file is part of the SwaggerBundle.
44
*
5-
* (c) Stfalcon Studio <stfalcon.com>
5+
* (c) Stfalcon LLC <stfalcon.com>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.

SwaggerBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* This file is part of the SwaggerBundle.
44
*
5-
* (c) Stfalcon Studio <stfalcon.com>
5+
* (c) Stfalcon LLC <stfalcon.com>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.

Tests/Config/ConfigParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* This file is part of the SwaggerBundle.
44
*
5-
* (c) Stfalcon Studio <stfalcon.com>
5+
* (c) Stfalcon LLC <stfalcon.com>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.

Tests/Generator/GeneratorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* This file is part of the SwaggerBundle.
44
*
5-
* (c) Stfalcon Studio <stfalcon.com>
5+
* (c) Stfalcon LLC <stfalcon.com>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
@@ -14,8 +14,8 @@
1414

1515
use PHPUnit\Framework\MockObject\MockObject;
1616
use PHPUnit\Framework\TestCase;
17-
use StfalconStudio\SwaggerBundle\Generator\Generator;
1817
use StfalconStudio\SwaggerBundle\Config\ConfigParser;
18+
use StfalconStudio\SwaggerBundle\Generator\Generator;
1919
use Symfony\Component\Filesystem\Filesystem;
2020
use Twig\Environment;
2121

0 commit comments

Comments
 (0)