@@ -124,9 +124,9 @@ public function getIn()
124124 */
125125 public function setIn ($ in )
126126 {
127- $ allowed_values = array ("fade " , "wipeLeft " , "WipeRight " );
127+ $ allowed_values = array ("fade " , "wipeLeft " , "wipeRight " );
128128 if (!in_array ($ in , $ allowed_values )) {
129- throw new \InvalidArgumentException ("Invalid value for 'in', must be one of 'fade', 'wipeLeft', 'WipeRight ' " );
129+ throw new \InvalidArgumentException ("Invalid value for 'in', must be one of 'fade', 'wipeLeft', 'wipeRight ' " );
130130 }
131131 $ this ->in = $ in ;
132132 return $ this ;
@@ -148,9 +148,9 @@ public function getOut()
148148 */
149149 public function setOut ($ out )
150150 {
151- $ allowed_values = array ("fade " , "wipeLeft " , "WipeRight " );
151+ $ allowed_values = array ("fade " , "wipeLeft " , "wipeRight " );
152152 if (!in_array ($ out , $ allowed_values )) {
153- throw new \InvalidArgumentException ("Invalid value for 'out', must be one of 'fade', 'wipeLeft', 'WipeRight ' " );
153+ throw new \InvalidArgumentException ("Invalid value for 'out', must be one of 'fade', 'wipeLeft', 'wipeRight ' " );
154154 }
155155 $ this ->out = $ out ;
156156 return $ this ;
0 commit comments