Completed
Pull Request — master (#1)
by Matt
02:32
created
src/JsonApiSerializer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -23,6 +23,9 @@
 block discarded – undo
23 23
     /** @var array */
24 24
     protected $rootObjects;
25 25
 
26
+    /**
27
+     * @param string $baseUrl
28
+     */
26 29
     public function __construct(? string $baseUrl = null)
27 30
     {
28 31
         $this->baseUrl = $baseUrl;
Please login to merge, or discard this patch.