Completed
Push — 2.0 ( 27d44a...604d03 )
by Christopher
06:56
created
plugins/Captcha/src/Adapter/BaseAdapter.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
     /**
88 88
      * Validates the given POST information.
89 89
      *
90
-     * @param \Cake\Network\Request $request Current request object, commonly used
90
+     * @param \Cake\Http\ServerRequest $request Current request object, commonly used
91 91
      *  to extract POST or Session information.
92 92
      * @return bool True if valid, false otherwise
93 93
      */
Please login to merge, or discard this patch.
plugins/MediaManager/src/Controller/Admin/ExplorerController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * Returns the given plugin's file within webroot directory.
45 45
      *
46
-     * @return void
46
+     * @return \Cake\Network\Response|null
47 47
      */
48 48
     public function pluginFile()
49 49
     {
Please login to merge, or discard this patch.
plugins/Menu/src/Controller/Component/BreadcrumbComponent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      * $this->Breadcrumb->push('/admin/some/url');
67 67
      * ```
68 68
      *
69
-     * @param array|string|null $crumbs Single crumb or an array of multiple crumbs
69
+     * @param string|null $crumbs Single crumb or an array of multiple crumbs
70 70
      *  to push at once. Or null for guess from current URL
71 71
      * @param mixed $url If both $crumbs and $url are string values they will be
72 72
      *  used as `title` and `URL` respectively
Please login to merge, or discard this patch.