File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public function alternateLocale(string $locale)
7777 */
7878 public function image ($ image )
7979 {
80- if ($ image instanceof Image) {
80+ if ($ image instanceof Image) {
8181 $ this ->addStructuredProperty ($ image );
8282
8383 return $ this ;
@@ -94,7 +94,7 @@ public function image($image)
9494 */
9595 public function video ($ video )
9696 {
97- if ($ video instanceof Video) {
97+ if ($ video instanceof Video) {
9898 $ this ->addStructuredProperty ($ video );
9999
100100 return $ this ;
@@ -111,7 +111,7 @@ public function video($video)
111111 */
112112 public function audio ($ audio )
113113 {
114- if ($ audio instanceof Audio) {
114+ if ($ audio instanceof Audio) {
115115 $ this ->addStructuredProperty ($ audio );
116116
117117 return $ this ;
You can’t perform that action at this time.
0 commit comments