Completed
Branch 1.x (d3aae8)
by Akihito
03:42
created
src/Baracoa.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
         return (string) $this->execJs->evalJs($code);
75 75
     }
76 76
 
77
+    /**
78
+     * @param string $bundleSrc
79
+     */
77 80
     private function getSsrCode($bundleSrc, array $store, array $metas) : string
78 81
     {
79 82
         $storeJson = json_encode($store);
Please login to merge, or discard this patch.