Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 7b73157

Browse files
stofnicolas-grekas
authored andcommitted
use consistent case for vendor constants
1 parent eea9acc commit 7b73157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ConcreteImplementation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class ConcreteImplementation
2727
public const VENDOR_HTTPLUG_REACT = 'HttplugReact';
2828
public const VENDOR_LAMINAS = 'Laminas';
2929
public const VENDOR_NYHOLM = 'Nyholm';
30-
public const VENDOR_PHP_SLIM = 'Slim';
31-
public const VENDOR_PHP_Symfony = 'Symfony';
30+
public const VENDOR_SLIM = 'Slim';
31+
public const VENDOR_SYMFONY = 'Symfony';
3232

3333
/**
3434
* @internal

0 commit comments

Comments
 (0)