ArnsboMedia/opengraph_parser

View on GitHub
src/OpenGraphParser/FetchStrategy.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace OpenGraphParser;
class FetchStrategy extends AbstractFetchStrategy {
    protected function get_content($uri) {
        return '';
    }
}