Passed
Push — master ( 40389c...398b9e )
by Jakub
13:03
created
src/Translator.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -26,15 +26,15 @@
 block discarded – undo
26 26
   
27 27
   public function __construct(private readonly Loader $loader, private readonly IMessageSelector $messageSelector = new MessageSelector()) {
28 28
   }
29
-   /**
30
-   * @deprecated Access the property directly
31
-   */
29
+    /**
30
+     * @deprecated Access the property directly
31
+     */
32 32
   public function getLang(): string {
33 33
     return $this->loader->getLang();
34 34
   }
35
-   /**
36
-   * @deprecated Access the property directly
37
-   */
35
+    /**
36
+     * @deprecated Access the property directly
37
+     */
38 38
   public function setLang(string $lang): void {
39 39
     $this->loader->setLang($lang);
40 40
   }
Please login to merge, or discard this patch.