@@ -47,7 +47,7 @@ |
||
| 47 | 47 | |
| 48 | 48 | $proto = strtoupper($protocol); |
| 49 | 49 | |
| 50 | - if ( !in_array($proto, static::$supported_protocols) ){ |
|
| 50 | + if ( !in_array($proto, static::$supported_protocols) ) { |
|
| 51 | 51 | throw new Exception("Invalid RPC protocol"); |
| 52 | 52 | } |
| 53 | 53 | |