Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add return description for magic getter
  • Loading branch information
westonruter authored Sep 10, 2024
commit 907d8c3ba344d1247fa48a39c7b23512da2ba07a
2 changes: 1 addition & 1 deletion plugins/optimization-detective/class-od-url-metric.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public function get( string $key ) {
* @since n.e.x.t
*
* @param string $key Property.
* @return mixed|null
* @return mixed|null The property value, or null if not set.
*/
public function __get( string $key ) {
return $this->get( $key );
Expand Down