Completed
Pull Request — master (#16)
by Sergii
04:34
created
src/Cores/DrupalKernelPlaceholder.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -91,6 +91,9 @@  discard block
 block discarded – undo
91 91
         self::requireContext(__FUNCTION__, func_get_args());
92 92
     }
93 93
 
94
+    /**
95
+     * @param string $path
96
+     */
94 97
     public static function setCurrentPath($path)
95 98
     {
96 99
         self::requireContext(__FUNCTION__, func_get_args());
@@ -237,6 +240,8 @@  discard block
 block discarded – undo
237 240
 
238 241
     /**
239 242
      * {@inheritdoc}
243
+     * @param string $type
244
+     * @param string $name
240 245
      */
241 246
     public static function drupalGetFilename($type, $name, $filename = null)
242 247
     {
@@ -245,6 +250,7 @@  discard block
 block discarded – undo
245 250
 
246 251
     /**
247 252
      * {@inheritdoc}
253
+     * @param string $path
248 254
      */
249 255
     public static function fileUnmanagedDelete($path)
250 256
     {
@@ -253,6 +259,8 @@  discard block
 block discarded – undo
253 259
 
254 260
     /**
255 261
      * {@inheritdoc}
262
+     * @param string $source
263
+     * @param string $destination
256 264
      */
257 265
     public static function fileUnmanagedCopy($source, $destination = null, $replace = FILE_EXISTS_RENAME)
258 266
     {
Please login to merge, or discard this patch.
src/Context/Redirect/RawRedirectContext.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     /**
13 13
      * @param string $path
14 14
      *   Relative URL.
15
-     * @param string|int $code
15
+     * @param integer $code
16 16
      *   HTTP response code.
17 17
      *
18 18
      * @return bool
Please login to merge, or discard this patch.