Passed
Push — develop ( a7fb93...77036f )
by nguereza
01:58
created
src/Translator/TranslatorInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,7 @@
 block discarded – undo
54 54
  * @class TranslatorInterface
55 55
  * @package Platine\Lang\Translator
56 56
  */
57
-interface TranslatorInterface extends Stringable
58
-{
57
+interface TranslatorInterface extends Stringable {
59 58
     /**
60 59
      * The class constructor
61 60
      * @param Configuration|null $config
Please login to merge, or discard this patch.