Completed
Pull Request — master (#114)
by Bart
09:33 queued 07:46
created
src/Models/PositionSelectField.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,6 @@
 block discarded – undo
52 52
      * @param FieldModel           $field
53 53
      * @param string               $fieldHandle
54 54
      * @param FieldGroupModel|null $group
55
-     * @param bool                 $force
56 55
      */
57 56
     public function populate(array $fieldDefinition, FieldModel $field, $fieldHandle, FieldGroupModel $group = null)
58 57
     {
Please login to merge, or discard this patch.
src/Services/UserGroups.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     /**
52 52
      * Get group permissions.
53 53
      *
54
-     * @param $group
54
+     * @param Model $group
55 55
      *
56 56
      * @return array|string
57 57
      */
Please login to merge, or discard this patch.
src/Models/Data.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace NerdsAndCompany\Schematic\Models;
4 4
 
5
-use Craft;
6 5
 use craft\base\Model;
7 6
 use Symfony\Component\Yaml\Yaml;
8 7
 
Please login to merge, or discard this patch.