Completed
Pull Request — master (#82)
by
unknown
02:43
created
src/CRUDlex/EntityDefinition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -612,7 +612,7 @@
 block discarded – undo
612 612
      * the name of the field
613 613
      * @param string $key
614 614
      * the value of the key
615
-     * @param mixed $value
615
+     * @param string $value
616 616
      * the new value
617 617
      */
618 618
     public function setField($name, $key, $value) {
Please login to merge, or discard this patch.
src/CRUDlex/ServiceProvider.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -317,7 +317,7 @@
 block discarded – undo
317 317
         $navBarGroup = $data->getDefinition()->getNavBarGroup();
318 318
         if ($navBarGroup !== 'main'){
319 319
           $result[$navBarGroup][] = $entity;
320
-        }else{
320
+        } else{
321 321
           $result[$entity] = 'main';
322 322
         }
323 323
       }
Please login to merge, or discard this patch.