Completed
Branch master (fd853c)
by
unknown
04:08 queued 02:12
created
factory/_common/utility/base_utility/AdminPageFramework_Utility_URL.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -22,6 +22,7 @@
 block discarded – undo
22 22
      *
23 23
      * @since       2.0.0
24 24
      * @since       3.5.7       Moved from `AdminPageFramework_Utility`.
25
+     * @param string $sQueryKey
25 26
      * @return      string|null
26 27
      */
27 28
     static public function getQueryValueInURLByKey( $sURL, $sQueryKey ) {
Please login to merge, or discard this patch.
factory/_common/utility/wp_utility/AdminPageFramework_WPUtility_Option.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -332,7 +332,7 @@
 block discarded – undo
332 332
          * Retrieves the saved option value from the options table
333 333
          * with the given option key, field ID, and section ID by giving a function name.
334 334
          *
335
-         * @param $sOptionKey
335
+         * @param string $sOptionKey
336 336
          * @param null $asKey
337 337
          * @param null $vDefault
338 338
          * @param array $aAdditionalOptions
Please login to merge, or discard this patch.