Completed
Push — master ( 5f0633...3b0bf0 )
by Ryan
07:28
created
src/Entry/EntryModel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
     /**
190 190
      * Set a field value.
191 191
      *
192
-     * @param $fieldSlug
192
+     * @param string $fieldSlug
193 193
      * @param $value
194 194
      */
195 195
     public function setFieldValue($fieldSlug, $value)
@@ -584,7 +584,7 @@  discard block
 block discarded – undo
584 584
      * Return whether or not the assignment for
585 585
      * the given field slug is translatable.
586 586
      *
587
-     * @param $fieldSlug
587
+     * @param string $fieldSlug
588 588
      * @return bool
589 589
      */
590 590
     public function assignmentIsTranslatable($fieldSlug)
Please login to merge, or discard this patch.
src/Installer/Console/Command/SetStreamsData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Anomaly\Streams\Platform\Installer\InstallerCollection;
25 25
 use Anomaly\Streams\Platform\Support\Collection;
26 26
 use Illuminate\Console\Command;
27
-use Illuminate\Contracts\Config\Repository;
28 27
 use Illuminate\Contracts\Events\Dispatcher;
29 28
 use Illuminate\Foundation\Bus\DispatchesJobs;
30 29
 
Please login to merge, or discard this patch.