Completed
Pull Request — master (#13)
by Vadim
06:54
created
src/Adapter/Options/Polly.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      */
48 48
     public function getOutputFormat()
49 49
     {
50
-        return (string)$this->outputFormat;
50
+        return (string) $this->outputFormat;
51 51
     }
52 52
 
53 53
     /**
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      */
66 66
     public function getLexiconNames()
67 67
     {
68
-        return (array)$this->lexiconNames;
68
+        return (array) $this->lexiconNames;
69 69
     }
70 70
 
71 71
     /**
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
      */
84 84
     public function getSampleRate()
85 85
     {
86
-        return (string)$this->sampleRate;
86
+        return (string) $this->sampleRate;
87 87
     }
88 88
 
89 89
     /**
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
      */
102 102
     public function getTextType()
103 103
     {
104
-        return (string)$this->textType;
104
+        return (string) $this->textType;
105 105
     }
106 106
 
107 107
     /**
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
      */
120 120
     public function getVoiceId()
121 121
     {
122
-        return (string)$this->voiceId;
122
+        return (string) $this->voiceId;
123 123
     }
124 124
 
125 125
     /**
Please login to merge, or discard this patch.