Skip to content

Commit

Permalink
Auto-fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Spryker CI committed Sep 3, 2018
1 parent 91427ba commit 2e592af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SprykerMiddleware/Shared/Process/ProcessConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

namespace SprykerMiddleware\Shared\Process;

/**
* Declares global environment configuration keys. Do not use it for other class constants.
*/
interface ProcessConstants
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
class StringToIntTranslatorFunctionPlugin extends AbstractGenericTranslatorFunctionPlugin
{
public const NAME = 'StringToInt';

/**
* @return string
*/
Expand Down

0 comments on commit 2e592af

Please sign in to comment.