Completed
Push — devel ( 3bd8be...9c998f )
by Alexey
02:35
created
src/Bardex/Elastic/Script.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * Создать новый скрипт
30 30
      * @param string $language=painless
31 31
      */
32
-    public function __construct($language='painless')
32
+    public function __construct($language = 'painless')
33 33
     {
34 34
         $this->language = $language;
35 35
     }
Please login to merge, or discard this patch.