We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c91039a + 340dc8c commit 5deffafCopy full SHA for 5deffaf
classes/class.admin-bar.php
@@ -1,6 +1,8 @@
1
<?php
2
3
class Admin_Bar {
4
+ /** @var \WP_Admin_Bar */
5
+ protected $wp_admin_bar;
6
public function __construct($bar) {
7
$this->wp_admin_bar = $bar;
8
}
classes/class.page-content.php
@@ -2,6 +2,8 @@
namespace Shifter_Webhook;
class Page_Content {
+ /** @var array */
+ protected $options;
public function __construct( $options ) {
$this->options = $options;
9
@@ -134,4 +136,4 @@ public function shifter_webhook_settings_page() {
134
136
</div>
135
137
<?
138
-}
139
+}
0 commit comments