Skip to content
Snippets Groups Projects
Commit 79622a06 authored by Alberto Silva's avatar Alberto Silva
Browse files

Removes comment

parent 65e08589
No related branches found
No related tags found
No related merge requests found
...@@ -100,23 +100,6 @@ class GraphQLFragmentLoader implements GraphQLFragmentLoaderInterface { ...@@ -100,23 +100,6 @@ class GraphQLFragmentLoader implements GraphQLFragmentLoaderInterface {
return $string; return $string;
} }
/**
* Detects if a string contains an include.
*
* @param string $string
* The string to check.
*
* @return bool
* True if a include is detected.
*
* protected function containsInclude(string $string) {
* if (preg_match("/^#\s+include\s+(\S+)\s*$/m", $string)) {
* return TRUE;
* }
* return FALSE;
* }
*/
/** /**
* Tells whether a fragment has been already loaded. * Tells whether a fragment has been already loaded.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment