Completed
Push — nyx-refactor-internal-api ( bc802c )
by Quentin
13:34
created
src/Synapse/Cmf/Framework/Theme/Zone/Domain/DomainInterface.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@  discard block
 block discarded – undo
15 15
     /**
16 16
      * Create and return a new Zone from given ZoneType and optionnale Component collection.
17 17
      *
18
-     * @param ZoneTypeInterface   $zoneType
19 18
      * @param ComponentCollection $components
20 19
      *
21 20
      * @return ZoneInterface
@@ -25,7 +24,6 @@  discard block
 block discarded – undo
25 24
     /**
26 25
      * Update given Zone component collection.
27 26
      *
28
-     * @param ZoneTypeInterface   $zoneType
29 27
      * @param ComponentCollection $components
30 28
      */
31 29
     public function edit(ZoneInterface $zone, ComponentCollection $components);
Please login to merge, or discard this patch.