Completed
Push — master ( 3b56cb...6e1c0d )
by Dan Michael O.
08:24
created
src/BibliographicRecord.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -385,6 +385,11 @@
 block discarded – undo
385 385
         $this->electronic = $online;
386 386
     }
387 387
 
388
+    /**
389
+     * @param \Danmichaelo\QuiteSimpleXMLElement\QuiteSimpleXMLElement $node
390
+     * @param string $system
391
+     * @param string $edition
392
+     */
388 393
     public function addClassification($node, &$classifications, $fields, $system = null, $edition = null, $assigner = null)
389 394
     {
390 395
         $cl = array('system' => $system, 'edition' => $edition, 'number' => null, 'assigner' => $assigner);
Please login to merge, or discard this patch.