Skip to content

Commit 77e1fc4

Browse files
bastianschwarzBastian Schwarz
authored andcommitted
PHPStorm stuff
Signed-off-by: Bastian Schwarz <bastian@repareo.de>
1 parent 325d58b commit 77e1fc4

5 files changed

Lines changed: 340 additions & 2 deletions

File tree

.idea/codeStyles/Project.xml

Lines changed: 251 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 75 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Secret/Proxy/String/StringProxyInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* Implementations should hold a client and a secret and fetch the payload once when it is needed and cache it.
1212
*/
13-
interface StringProxyInterface extends SecretInterface, Stringable
14-
{
13+
interface StringProxyInterface extends SecretInterface, Stringable {
1514

1615
}

0 commit comments

Comments
 (0)