Skip to content

Commit b5d3017

Browse files
committed
Rename TransformersPHP to TransformersPhp
1 parent f86f59b commit b5d3017

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/transformers/text-generation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
use Codewithkyrian\Transformers\Pipelines\Task;
13-
use Symfony\AI\Platform\Bridge\TransformersPHP\PlatformFactory;
13+
use Symfony\AI\Platform\Bridge\TransformersPhp\PlatformFactory;
1414
use Symfony\AI\Platform\Model;
1515

1616
require_once dirname(__DIR__).'/bootstrap.php';

src/platform/src/Bridge/TransformersPHP/ModelClient.php renamed to src/platform/src/Bridge/TransformersPhp/ModelClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\AI\Platform\Bridge\TransformersPHP;
12+
namespace Symfony\AI\Platform\Bridge\TransformersPhp;
1313

1414
use Symfony\AI\Platform\Exception\InvalidArgumentException;
1515
use Symfony\AI\Platform\Model;

src/platform/src/Bridge/TransformersPHP/PipelineExecution.php renamed to src/platform/src/Bridge/TransformersPhp/PipelineExecution.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\AI\Platform\Bridge\TransformersPHP;
12+
namespace Symfony\AI\Platform\Bridge\TransformersPhp;
1313

1414
use Codewithkyrian\Transformers\Pipelines\Pipeline;
1515

src/platform/src/Bridge/TransformersPHP/PlatformFactory.php renamed to src/platform/src/Bridge/TransformersPhp/PlatformFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\AI\Platform\Bridge\TransformersPHP;
12+
namespace Symfony\AI\Platform\Bridge\TransformersPhp;
1313

1414
use Codewithkyrian\Transformers\Transformers;
1515
use Symfony\AI\Platform\Exception\RuntimeException;

src/platform/src/Bridge/TransformersPHP/RawPipelineResult.php renamed to src/platform/src/Bridge/TransformersPhp/RawPipelineResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\AI\Platform\Bridge\TransformersPHP;
12+
namespace Symfony\AI\Platform\Bridge\TransformersPhp;
1313

1414
use Symfony\AI\Platform\Result\RawResultInterface;
1515

src/platform/src/Bridge/TransformersPHP/ResultConverter.php renamed to src/platform/src/Bridge/TransformersPhp/ResultConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\AI\Platform\Bridge\TransformersPHP;
12+
namespace Symfony\AI\Platform\Bridge\TransformersPhp;
1313

1414
use Codewithkyrian\Transformers\Pipelines\Task;
1515
use Symfony\AI\Platform\Model;

0 commit comments

Comments
 (0)