Make WordPress Core


Ignore:
Timestamp:
11/03/2019 10:21:20 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Fix some incorrect return tags in docblocks.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/PrivacyExportPersonalData.php

    r46586 r46644  
    189189     *
    190190     * @param array $exporters List of data exporters.
    191      * @return array $exporters List of data exporters.
     191     * @return array List of data exporters.
    192192     */
    193193    public function filter_exporter_callback_value( $exporters ) {
     
    212212     * @param array $exporters List of data exporters.
    213213     *
    214      * @return array $exporters List of data exporters.
     214     * @return array List of data exporters.
    215215     */
    216216    public function filter_unset_exporter_key( $exporters ) {
     
    590590     * @param int    $page          Page number.
    591591     *
    592      * @return array $return Export data.
     592     * @return array Export data.
    593593     */
    594594    public function callback_missing_data_response( $email_address, $page = 1 ) {
     
    626626     * @param  int    $page          Page number.
    627627     *
    628      * @return array $return Export data.
     628     * @return array Export data.
    629629     */
    630630    public function callback_missing_data_array_response( $email_address, $page = 1 ) {
     
    661661     * @param int    $page          Page number.
    662662     *
    663      * @return array $return Export data.
     663     * @return array Export data.
    664664     */
    665665    public function callback_missing_done_response( $email_address, $page = 1 ) {
     
    740740     * @param string $exporter_key    The key (slug) of the exporter that provided this data.
    741741     *
    742      * @return array $response The personal data for the given exporter and page.
     742     * @return array The personal data for the given exporter and page.
    743743     */
    744744    public function filter_exporter_data_response( $response, $exporter_index, $email_address, $page, $request_id, $send_as_email, $exporter_key ) {
     
    768768     * @param array $exporters An array of personal data exporters.
    769769     *
    770      * @return array $exporters An array of personal data exporters.
     770     * @return array An array of personal data exporters.
    771771     */
    772772    public function filter_register_custom_personal_data_exporter( $exporters ) {
     
    786786     * @param int    $page          Page number.
    787787     *
    788      * @return array $response Export data response.
     788     * @return array Export data response.
    789789     */
    790790    public function callback_custom_personal_data_exporter( $email_address, $page = 1 ) {
Note: See TracChangeset for help on using the changeset viewer.