Completed
Pull Request — master (#187)
by Robbie
01:57
created
src/Search/Variants/SearchVariantVersioned.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -10,6 +10,9 @@
 block discarded – undo
10 10
 
11 11
 class SearchVariantVersioned extends SearchVariant
12 12
 {
13
+    /**
14
+     * @param boolean $includeSubclasses
15
+     */
13 16
     public function appliesTo($class, $includeSubclasses)
14 17
     {
15 18
         if (!$this->appliesToEnvironment()) {
Please login to merge, or discard this patch.
tests/SolrIndexSubsitesTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
         parent::tearDown();
75 75
     }
76 76
 
77
+    /**
78
+     * @return \SilverStripe\FullTextSearch\Solr\Services\SolrService
79
+     */
77 80
     protected function getServiceMock()
78 81
     {
79 82
         return $this->getMockBuilder(Solr4Service::class)
Please login to merge, or discard this patch.