GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Push — master ( d98247...8bca22 )
by Gabriel
05:10
created
src/Records/PdfLetters/Fields/Types/AbstractType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 {
16 16
 
17 17
     /**
18
-     * @param $model
18
+     * @param \ByTIC\Common\Records\Record $model
19 19
      * @return null
20 20
      */
21 21
     public function getValue($model)
Please login to merge, or discard this patch.
src/Records/PdfLetters/PdfLetterTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     abstract public function getModelExample();
88 88
 
89 89
     /**
90
-     * @param $model
90
+     * @param Record $model
91 91
      */
92 92
     public function download($model)
93 93
     {
Please login to merge, or discard this patch.
src/Records/Properties/AbstractProperty/Generic.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
232 232
     }
233 233
 
234 234
     /**
235
-     * @return bool|mixed
235
+     * @return null|false
236 236
      */
237 237
     public function update()
238 238
     {
Please login to merge, or discard this patch.
src/Records/Properties/Definitions/Definition.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     protected $defaultValue = null;
43 43
 
44 44
     /**
45
-     * @param $name
45
+     * @param string $name
46 46
      * @return Property
47 47
      * @throws Exception
48 48
      */
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
     }
107 107
 
108 108
     /**
109
-     * @return mixed
109
+     * @return string
110 110
      */
111 111
     public function getName()
112 112
     {
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     }
133 133
 
134 134
     /**
135
-     * @return mixed
135
+     * @return string
136 136
      */
137 137
     public function getField()
138 138
     {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     }
157 157
 
158 158
     /**
159
-     * @param RecordManager|RecordsTrait $manager
159
+     * @param RecordsTrait $manager
160 160
      */
161 161
     public function setManager($manager)
162 162
     {
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
     }
283 283
 
284 284
     /**
285
-     * @param null $type
285
+     * @param string|null $type
286 286
      * @return string
287 287
      */
288 288
     public function getItemClass($type = null)
Please login to merge, or discard this patch.
src/Records/Record.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-     * @param $action
64
+     * @param string $action
65 65
      * @param array $params
66 66
      * @param null $module
67 67
      * @return mixed
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @return mixed
125
+     * @return string
126 126
      */
127 127
     public function getName()
128 128
     {
Please login to merge, or discard this patch.
src/Records/Traits/AbstractTrait/RecordsTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     abstract public function newQuery($type = 'select');
27 27
 
28 28
     /**
29
-     * @param $query
29
+     * @param AbstractQuery $query
30 30
      * @param array $params
31 31
      * @return RecordTrait
32 32
      */
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     abstract public function getModelNamespace();
59 59
 
60 60
     /**
61
-     * @param $name
61
+     * @param string $name
62 62
      * @param array $params
63 63
      * @return mixed
64 64
      */
Please login to merge, or discard this patch.
src/Records/Traits/HasSmartProperties/RecordTrait.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
     protected $smartProperties = [];
25 25
 
26 26
     /**
27
-     * @param $name
27
+     * @param string $name
28 28
      * @return PropertyValue
29 29
      */
30 30
     public function getSmartProperty($name)
@@ -106,9 +106,9 @@  discard block
 block discarded – undo
106 106
     }
107 107
 
108 108
     /**
109
-     * @param $name
110
-     * @param $value
111
-     * @return bool|void
109
+     * @param string $name
110
+     * @param boolean $value
111
+     * @return null|false
112 112
      */
113 113
     public function updateSmartProperty($name, $value)
114 114
     {
Please login to merge, or discard this patch.
src/Records/Traits/HasTypes/RecordsTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      *
105 105
      * @param string $path
106 106
      *
107
-     * @return mixed
107
+     * @return string
108 108
      */
109 109
     protected function generateTypeNameFromPath($path)
110 110
     {
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     }
154 154
 
155 155
     /**
156
-     * @param null $type
156
+     * @param string|null $type
157 157
      * @return string
158 158
      */
159 159
     public function getTypeClass($type = null)
Please login to merge, or discard this patch.
src/Records/Traits/HasTypes/RecordTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @param $type
43
+     * @param string $type
44 44
      * @return mixed
45 45
      */
46 46
     public function getNewType($type)
Please login to merge, or discard this patch.