Completed
Push — master ( 586166...fecb59 )
by Paweł
47:58
created
src/SWP/Bundle/ContentBundle/Loader/ArticleLoader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -180,6 +180,9 @@
 block discarded – undo
180 180
         return;
181 181
     }
182 182
 
183
+    /**
184
+     * @param string $identifier
185
+     */
183 186
     private function getQueryString($identifier, $parameters)
184 187
     {
185 188
         $queryStr = sprintf("SELECT * FROM [nt:unstructured] as S WHERE S.phpcr:class='SWP\Bundle\ContentBundle\Doctrine\ODM\PHPCR\Article' AND S.route=%s AND S.status=published", $identifier);
Please login to merge, or discard this patch.