Completed
Push — dev ( 81bde7...979e1f )
by Marc
02:06
created
src/Plugin/AbstractPlugin.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,6 @@
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @param array $routes
72 71
      */
73 72
     public function isInstalled()
74 73
     {
Please login to merge, or discard this patch.
src/Fields/Types/Email.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Mascame\Artificer\Fields\Types;
2 2
 
3 3
 use Form;
4
-use HTML;
5 4
 use Input;
6 5
 
7 6
 class Email extends \Mascame\Formality\Types\Email
Please login to merge, or discard this patch.
src/Fields/Field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
222 222
     }
223 223
 
224 224
     /**
225
-     * @return bool
225
+     * @return FieldRelation
226 226
      */
227 227
     public function isRelation()
228 228
     {
Please login to merge, or discard this patch.